What does void main () mean?
No Answer is Posted For this Question
Be the First to Post Answer
What is the usage of the pointer in c?
What is the code in while loop that returns the output of given code?
what is the difference between declaration ,defenetion and initialization of a variable?
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā%d\nā,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
How to add two numbers with using function?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
Where does the name "C" come from, anyway?
What are pointers? What are stacks and queues?
Write a program that receives as input a number omaadel-n-print, four digits.
What is the best organizational structure?
What does main () mean in c?