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
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
Tell me is null always defined as 0(zero)?
how many errors in c explain deply
What is the main difference between calloc () and malloc ()?
What is indirect recursion? give an example?
What is pointers in c?
What does typeof return in c?
What does the error message "DGROUP exceeds 64K" mean?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
How can I use a preprocessorif expression to ?
write a string copy function routine?