What is the difference between #include <header file> and #include “header file”?
No Answer is Posted For this Question
Be the First to Post Answer
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
What is the correct declaration of main?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
Which is the memory area not included in C program? give the reason
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
What is a const pointer in c?
Is c language still used?
What's the best way to declare and define global variables?
What are the 5 data types?
Difference between for loop and while loop?
What is memory leak in c?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,