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
Describe the steps to insert data into a singly linked list.
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
How to removing white spces in c programming only bu using loops
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is static memory allocation? Explain
how to copy a string without using c function
What are the different types of endless loops?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
What is C language Terminator?
What is the process of writing the null pointer?
If you know then define #pragma?