why return type of main is not necessary in linux
No Answer is Posted For this Question
Be the First to Post Answer
What is structure pointer in c?
why TCS selected more student in the software field from all institution.
What does volatile do?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
wite a programme in c to linear search a data using flag and without using flags?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
What do you mean by keywords in c?
If input is 123 then how to print 100 and 20 and 3 seperately?
What is alloca() and why is its use discouraged?