Explain the use of #pragma exit?
No Answer is Posted For this Question
Be the First to Post Answer
What is a macro in c preprocessor?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
an algorithem for the implementation of circular doubly linked list
difference between memcpy and strcpy
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
Where does the name "C" come from, anyway?
What is c++ used for today?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
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.
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
in which language c language is written?
where do we use volatile keyword?