Why main function is special give two reasons?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what is null pointer in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Explain union.
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
Between macros and functions,which is better to use and why?
What is typedef?
write a proram to reverse the string using switch case?
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
What is the difference between c and python?
Find greatest number out of 10 number without using loop.
WAP to find that given no is small or capital
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.