What are keywords in c with examples?
What is c language & why it is used?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Are the outer parentheses in return statements really optional?
given post order,in order construct the corresponding binary tree
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
write a c program to find biggest of 3 number without relational operator?
code for bubble sort?
What is sizeof int in c?
what is c
Why is sprintf unsafe?
What is the real time usage volatile?
Here is a neat trick for checking whether two strings are equal