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

Post New Answer

More C Interview Questions

Which built-in library function can be used to match a patter from the string?

0 Answers  


Explain how can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


What is the concatenation operator?

0 Answers  


main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*

1 Answers  






Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June

0 Answers  


Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


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?

0 Answers  


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

2 Answers   Subex, Wipro,


size maximum allocated by calloc()

3 Answers   DELL,


What are multibyte characters?

0 Answers  


Are local variables initialized to zero by default in c?

0 Answers  


Categories