Differentiate fundamental data types and derived data types in C.


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

Post New Answer

More C Interview Questions

What is the use of pointers in C?

0 Answers   Impetus, Motorola, Tavant Technologies, Virtusa,


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


Why functions are used in c?

0 Answers  


What is queue in c?

0 Answers  


What is unsigned int in c?

0 Answers  






In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

0 Answers  


What are the advantages of c language?

0 Answers  


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


What is malloc return c?

0 Answers  


Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work

2 Answers  


simple program for virtual function?

1 Answers  


Categories