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

Why is struct padding needed?

0 Answers  


How many keywords (reserve words) are in c?

0 Answers  


Why void main is used in c?

0 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?

5 Answers   HCL,






Is main is a keyword in c?

0 Answers  


what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,


What is null in c?

0 Answers  


What is the size of enum in bytes?

0 Answers  


1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā€œ%dā€,x); --x; } }

7 Answers   CSC,


Write a program in c to print 1 121 12321 1234321 123454321

11 Answers   ANR, College School Exams Tests, Mu Sigma, Wipro,


Explain how do you override a defined macro?

0 Answers  


Categories