What is a volatile keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
what is the use of keyword volatile??
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
How can you dynamically allocate memory in C?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What's the difference between a linked list and an array?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
How is a structure member accessed?
Is main is user defined function?
Why is python slower than c?
What is the right type to use for boolean values in c?