What are volatile variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is calloc()?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
Can i use “int” data type to store the value 32768? Why?
Do you know what is a programing language ?
formula to convert 2500mmh2o into m3/hr
What are the preprocessor categories?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is c value paradox explain?
How to find the usage of memory in a c program
Is it better to bitshift a value than to multiply by 2?