What is c programming structure?


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

Post New Answer

More C Interview Questions

I heard that you have to include stdio.h before calling printf. Why?

0 Answers  


swap two integer variables without using a third temporary variable?

6 Answers   Persistent,


what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }

1 Answers  


12345 1234 123 12 1

2 Answers  


Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  






find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

0 Answers   TCS,


wap in c to accept n number display the highest and lowest value

2 Answers  


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


how to find the given number is prime or not?

6 Answers   IMS, ING,


What is a node in c?

0 Answers  


WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

8 Answers   Carphone Warehouse, IBM, SAS,


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

0 Answers  


Categories