Why do we use int main instead of void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
Which node is more powerful and can handle local information processing or graphics processing?
What is file in c preprocessor?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
what is the difference b/w compiler and debugger?
Combinations of fibanocci prime series
Why is c fast?
What is the explanation for prototype function in c?
What is #include cctype?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
What does typeof return in c?
can we define a function in structure?
What is c definition?