write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 60885
What is gets() function?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Explain how can you tell whether a program was compiled using c versus c++?
When is a null pointer used?
Explain what is wrong with this statement? Myname = ?robin?;
What are types of preprocessor in c?
What is size of union in c?
Is c is a low level language?
what is uses of .net
Write a code to generate divisors of an integer?
How can I read/write structures from/to data files?
What is the meaning of && in c?
What are the types of data structures in c?
What is New modifiers?
Write a program for finding factorial of a number.