Answer Posted / ravi
userdefined
| Is This Answer Correct ? | 33 Yes | 7 No |
Post New Answer View All Answers
Is it possible to initialize a variable at the time it was declared?
Explain the array representation of a binary tree in C.
What does a pointer variable always consist of?
What is the purpose of 'register' keyword in c language?
What is pointer to pointer in c language?
What is the full form of getch?
Explain how are portions of a program disabled in demo versions?
What is the correct declaration of main?
How is a pointer variable declared?
What is fflush() function?
What are keywords c?
What do header files do?
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 a stream in c programming?
What is function prototype in c with example?