What is wrong with this statement? Myname = 'robin';
No Answer is Posted For this Question
Be the First to Post Answer
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
can we write a c program with out using main
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
LOGIC OF Bodmas?
what is the difference between static variable and register variable?
When the macros gets expanded?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
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
How do you write a program which produces its own source code as its output?
main() { int i=400,j=300; printf("%d..%d"); }
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;