An expression to whose value an operater is applied
a) operand
b) variable
c) constant
d) all of the above
No Answer is Posted For this Question
Be the First to Post Answer
What is function definition in c?
What are c header files?
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);
Stimulate calculator using Switch-case-default statement for two numbers
Why void main is used in c?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
Here is a neat trick for checking whether two strings are equal
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
What are the differences between Structures and Arrays?
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
Explain the difference between malloc() and calloc() function?
Bit swapping