why programs in c are running with out #include<stdio.h>?
some warnings are display in terminal but we execute the program we get answer why?
eg:
main()
{
printf("hello world
");
}


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

Post New Answer

More C Interview Questions

15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

2 Answers   CTS,


Can a variable be both static and volatile in c?

0 Answers  


ABCDCBA ABC CBA AB BA A A

4 Answers   TCS,


Give me basis knowledge of c , c++...

5 Answers  


Is this program statement valid? INT = 10.50;

0 Answers  






write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 Answers  


simple program of graphics and thier outpu display with a want what is out put of graohics in c language

1 Answers   CSC, HCL,


program to find the magic square

1 Answers   Infosys,


writ a program to compare using strcmp VIVA and viva with its output.

0 Answers  


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

2 Answers   College School Exams Tests, HCL, TCS,


Describe dynamic data structure in c programming language?

0 Answers  


What is size of union in c?

0 Answers  


Categories