What is the difference between volatile and const volatile?
No Answer is Posted For this Question
Be the First to Post Answer
main difference between c and c++ language
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
while initialization of array why we use a[][2] why not a[2][]...?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
Compare and contrast compilers from interpreters.
Explain how many levels deep can include files be nested?
Explain what standard functions are available to manipulate strings?
Ow can I insert or delete a line (or record) in the middle of a file?
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
What does the c in ctime mean?
what is call by value and call by reference
praagnovation