When should volatile modifier be used?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
How can I do serial ("comm") port I/O?
What is c programing language?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
What are different types of operators?
What is getch() function?
program to locate string with in a string with using strstr function
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
swap 2 numbers without using third variable?
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
How do I use void main?
What functions are used for dynamic memory allocation in c language?