What are the application of void data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is reference used in C?
What is c variable?
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
What are reserved words?
What is a #include preprocessor?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
who is first prime minister in india??
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
what is the benefit of c30
What do you mean by team??
Explain union. What are its advantages?