What is a scope resolution operator in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong with this statement? Myname = 'robin';
What do you mean by scope of a variable in c?
how to print a statement in c without use of console statement ,with the help of if statement it should print
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
What is else if ladder?
write a c program to check weather a particluar bit is set or not?
What are the features of c language?
Explain how to reverse singly link list.
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
what is pointer?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?