How many data structures are there in c?


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

Post New Answer

More C Interview Questions

Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


What are run-time errors?

0 Answers  


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


Write a program in c to input a 5 digit number and print it in words.

11 Answers  


what are the difference between ANSI C and Let Us c and Turbo C

4 Answers   LG Soft,






Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

4 Answers   Accenture,


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


What is extern variable in c with example?

0 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


Write a c program to print the sizes and ranges of different data types in c?

1 Answers  


What is the use of pragma in embedded c?

0 Answers  


What does d mean?

0 Answers  


Categories