What is variable and explain rules to declare variable in c?
Write a program to generate random numbers in c?
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
What is a static variable in c?
how many key words availabel in c a) 28 b) 31 c) 32
WHAT IS PRE POSSESSORS?
Is flag a keyword in c?
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
c language interview questions & answer
Why is c so important?
What is #include stdio h?
What are the types of data structures in c?