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
How can I implement sets or arrays of bits?
write a program to delete an item from a particular location of an linear array?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Differentiate between declaring a variable and defining a variable?
int i=10; printf("%d %d %d", i, i=20, i);
What is the importance of c in your views?
Can a pointer be static?
what is the output of printf("%d",(scanf("%d",10));
Is void a keyword in c?
What are valid signatures for the Main function?
Explain how can you tell whether two strings are the same?
How do you determine whether to use a stream function or a low-level function?