What is the difference between struct and typedef struct in c?
What is the main differences between C and Embedded C?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Can we access the array using a pointer in c language?
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
What is the scope of global variable in c?
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
What is an example of enumeration?
What are the features of c languages?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Explain how can you check to see whether a symbol is defined?
Explain why c is faster than c++?