What does struct node * mean?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by 'bit masking'?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Can you subtract pointers from each other? Why would you?
What is declaration and definition in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
Is it better to use a macro or a function?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Explain what are the different data types in c?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
If fflush wont work, what can I use to flush input?
How are strings stored in c?