In a switch statement, explain what will happen if a break statement is omitted?
No Answer is Posted For this Question
Be the First to Post Answer
prototype of sine function.
What is advantage of pointer in c?
what is array?
Explain what a Binary Search Tree is.
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is bubble sort in c?
What is #line?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
What is data structure in c language?
c program to subtract between two numbers without using '-' sign and subtract function.
Why do we use main function?