Answer Posted / hardeep singh
this question is wrong. array name should be in small
letter.because c and c++ are case senstive.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Which driver is a pure java driver
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Differentiate between full, complete & perfect binary trees.
Explain what standard functions are available to manipulate strings?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Why void main is used in c?
What are the various types of control structures in programming?
Why do we write return 0 in c?
What is console in c language?
Explain function?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is malloc and calloc?
Without Computer networks, Computers will be half the use. Comment.
List the difference between a "copy constructor" and a "assignment operator"?