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

Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }

7 Answers   TCS,


Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,


Simplify the program segment if X = B then C ← true else C ← false

0 Answers  


Explain what are header files and explain what are its uses in c programming?

0 Answers  


When we use void main and int main?

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)

0 Answers   Subex,


c program to subtract between two numbers without using '-' sign and subtract function.

2 Answers  


where can function pointers be used?

2 Answers  


How does normalization of huge pointer works?

0 Answers  


How do you search data in a data file using random access method?

0 Answers  


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

0 Answers   InterGraph,


How many types of operators are there in c?

0 Answers  


Categories