What is a program?


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

Post New Answer

More C Interview Questions

What is include directive in c?

0 Answers  


How can I write a function analogous to scanf?

0 Answers  


differentiate between const char *a; char *const a; and char const *a;

2 Answers   College School Exams Tests, HCL, TCS,


What is difference between union All statement and Union?

0 Answers  


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,






what is difference b/w extern & volatile variable??

6 Answers   Teleca,


Difference between Function to pointer and pointer to function

0 Answers  


How do you write a program which produces its own source code as its output?

2 Answers  


Wt are the Buses in C Language

0 Answers   Infosys,


what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }

9 Answers  


Is c weakly typed?

0 Answers  


main difference between c and c++ language

1 Answers  


Categories