Explain what is #line used for?
No Answer is Posted For this Question
Be the First to Post Answer
What is s in c?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Can i use Two or More Main Funtion in any C program.?
What is union and structure?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
What is wrong with this initialization?
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
How can you invoke another program from within a C program?
Is it fine to write void main () or main () in c?
When should you not use a type cast?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
How do I access command-line arguments?