Answer Posted / rajeshkumar
dennis ritche
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
What is header file definition?
Why c is faster than c++?
Explain high-order bytes.
#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); }
What are external variables in c?
If I have a char * variable pointing to the name of a function ..
What is new line escape sequence?
What does p mean in physics?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Are global variables static in c?
What is the difference between a function and a method in c?
Differentiate between full, complete & perfect binary trees.
Is c procedural or functional?
Write a C program to count the number of email on text
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff