What is the function of volatile in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Hai why 'c' is the middle language
what is a c-language.what is do.
what is use of malloc and calloc?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
What is a pointer in c plus plus?
enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
What are pointers in C? Give an example where to illustrate their significance.
Explain demand paging.
What does it mean when the linker says that _end is undefined?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is adt in c programming?
How do you do dynamic memory allocation in C applications?