what is the function of pragma directive in c?
No Answer is Posted For this Question
Be the First to Post Answer
pierrot's divisor program using c or c++ code
write a program for the normal snake games find in most of the mobiles.
What is an expression?
How to write a C program to determine the smallest among three nos using conditional operator?
How can I allocate arrays or structures bigger than 64K?
How are variables declared in c?
In how much time you will write this c program? Prime nos from 1 to 1000
Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;
Is stack a keyword in c?
Write a program to generate random numbers in c?
what is difference between overriding and overloading?
What is call by value in c?