What are qualifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use pointer to pointer in c?
What is void pointers in c?
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
what is the difference between #include<stdio.h> and #include"stdio.h" ?
What is the use of the restrict keyword?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What should malloc(0) do?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
write a prgram of swapping with 2 valiables
Without using main fn and semicolon,print remainder for a given number in C language
Write a c program to demonstrate character and string constants?
How pointers are declared?