What is return type in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between strcpy() and memcpy() function?
Why static is used in c?
How can you allocate arrays or structures bigger than 64K?
How is a structure member accessed?
What are volatile variables?
What is difference between main and void main?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
How to avoid buffer overflow?
Explain what is wrong in this statement?
Are pointers integer?
How. To pass the entrance test