What is a protocol in c?
What are the types of pointers in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Which is an example of a structural homology?
Can we change the value of constant variable in c?
What is an expression?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
What is meant by int fun const(int a, int b) { .... ... }
What does typedef struct mean?
What is the size of empty structure in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
How can you print HELLO WORLD without using "semicolon"?
what is the difference between while and do while?