What is wrong with this statement? Myname = 'robin';
No Answer is Posted For this Question
Be the First to Post Answer
Why is #define used?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
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
Difference Between embedded software and soft ware?
Is that possible to store 32768 in an int data type variable?
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?
In header files whether functions are declared or defined?
what are bps & baud rates? differentiate these two?
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā%d\nā,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
who is the editor of 'pokemon'?
What is time complexity c?
What are conditional operators in C?