What is the use of #include in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to display reverse of a number using for loop?
c program to manipulate x=1!+2!+3!+...+n! using recursion
What's the difference between a linked list and an array?
What are the advantages of using Unions?
can we implement multi-threads in c.
array of pointer pointer to array pointer to pointer
What does volatile do?
What is %lu in c?
Give me basis knowledge of c , c++...
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
If we give two names then this displays the connection between the two people. It is nothing but flames game
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?