What is function prototype in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Explain setjmp()?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Write a program to implement queue.
Can anyone tell what is stack overflow? what precaution we should take?
Can an array be an Ivalue?
What is #pragma statements?
What does printf does?
What is meant by type specifiers?
Does free set pointer to null?
Why c language is called c?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?