If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
What is the use of getchar() function?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What are examples of structures?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
What is the most efficient way to count the number of bits which are set in a value?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Is a house a shell structure?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is the difference between c &c++?
write a c program to find the probability of random numbers between 1-1000
what are the difference between ANSI C and Let Us c and Turbo C