Differentiate between #include<...> and #include '...'
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the heap?
What is pragma c?
What is merge sort in c?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
How does free() know explain how much memory to release?
Explain what is #line used for?
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
Explain indirection?
plz let me know how to become a telecom protocol tester. thank you.
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
program to convert a integer to string in c language'
Difference between C and Embedded C?