What is the difference between void main and main in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
Why c language?
What are the features of c languages?
program for comparing 2 strings without strcmp()
What is meant by 'bit masking'?
What is the difference between null pointer and wild pointer?
largest Of three Number using without if condition?
What is console in c language?
Why main function is special give two reasons?
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
How many levels of pointers have?
main() { printf("hello"); fork(); }