What is the difference between typedef struct and struct?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }

3 Answers   NDS,


write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words

5 Answers   Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,


write a program to fined second smallest and largest element in a given series of elements (without sorting)

9 Answers   Yahoo,


What are c identifiers?

0 Answers  


What do you mean by command line argument?

0 Answers   TCS,


How to removing white spces in c programming only bu using loops

2 Answers  


What is the heap in c?

0 Answers  


what is the use of a array in c

6 Answers  


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

0 Answers  


Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?

2 Answers  


What are valid operations on pointers?

0 Answers  


What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,


Categories