What is your favorite subject?
Answer Posted / ankur verma
english
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are enums in c?
Can a pointer be static?
what is the height of tree if leaf node is at level 3. please explain
How can I handle floating-point exceptions gracefully?
Why is c called "mother" language?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
List the different types of c tokens?
What is structure and union in c?
Explain the process of converting a Tree into a Binary Tree.
What is use of bit field?
What is break in c?
write a program fibonacci series and palindrome program in c
What are the header files used in c language?
What is the use of getchar functions?
What are predefined functions in c?