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
What does do in c?
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
How can I pad a string to a known length?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
why effort estimation is important?
I need previous papers of CSC.......plz help out by posting them.......
What is volatile, register definition in C
c program to compute AREA under integral
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
how to print "hai" in c?
What is table lookup in c?
How can I dynamically allocate arrays?