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 the general form of #line preprocessor?
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
Tell me with an example the self-referential structure?
How many bytes is a struct in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
12345 1234 123 12 1
Write a program to swap two numbers without using the third variable?
Write a C program to print 1 2 3 ... 100 without using loops?
explain what are actual arguments?
Should I learn c before c++?
which is faster execution: loops or recursion?
What are the uses of null pointers?