What is the function of volatile in c language?
No Answer is Posted For this Question
Be the First to Post Answer
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is meant by type specifiers?
How will you allocate memory to a double pointer ?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Who is the main contributor in designing the c language after dennis ritchie?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
what is foreign key in c language?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is difference between && and & in c?
a C prog to swap 2 no.s without using variables just an array?
Diff between for loop and while loop?