Write for us

  • We accept articles from readers and pay them for writing for us.
  • Before you submit your article, we ask you to write on a chosen topic to test your writing skills.
  • If you are selected as a part time blogger at Interview Mantra, you get paid 1000 Indian Rupees per month for your articles.
  • If you are interested to write part time for Interview Mantra – India, contact us through email at sridhar@interviewmantra.net

Please spread a word about this part time blogging job to your friends too.

  • Manish Kumar

    It is one of the best place I like most.
     

  • mayur kulkarni

     i want a program to get following output:
    its a challange

    *     ****
    *     *
    *     *
    *******
           *     *
           *     *
    ****     *

  • Yatool

       *
     ***
    *****
     ***
       *

  • Manasa Tandra

    write a program to accept a string in any case and write in opposite case

  • Krish Tambe

    i want the output like this in c.
    122333444455555

  • Krish Tambe

    Write a program to crypt its input according to a specified transformation scheme. The transformation scheme will consist of two strings: a string of characters and then a string of replacement characters. The idea is that your program replaces every instance of the ith character in the initial string with the (i+2) character (of English alphabets) in the replacement string. When no substitution is defined for a character, the program just passes it through to the output unchanged. Blank spaces and the other symbols remains the same. The program should inform the user of any errors in the transformation scheme. Your program should display the phrase before and after the substitutions have been made.
    Example:
    Original String: I know C programming.
    String after the transformation: K mpqy E rtqitcookpi.

  • ankit

    plz temme the code for program to print the following:
    1 2 3 4
    2 1 2 3
    3 2 1 2
    4 3 2 1

  • krish

    write an interactive program to generate progress report for the student of XII(science class)

  • ravikumar

    what is the internal working of sizeof() operator? can anyone tell me how to find size of data of any type without using sizeof operator?