Place the #include statement must be written in the program?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
from which concept of 'c', the static member function of 'c++' has came?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
How can I open a file so that other programs can update it at the same time?
what are the difference between ANSI C and Let Us c and Turbo C
i want to know aptitude questions,technical questions
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
How do I declare a pointer to an array?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
Why can't I perform arithmetic on a void* pointer?
What is the use of a ‘