What is the difference between scanf and fscanf?
No Answer is Posted For this Question
Be the First to Post Answer
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
Define circular linked list.
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
write a prgram of swapping with 2 valiables
const char * char * const What is the differnce between the above tow?.
What is c definition?
How can you print HELLO WORLD without using "semicolon"?
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
What are enums in c?
Wt are the Buses in C Language
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
what is diognisis?