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 change their mode to binary?
Why array is used in c?
I need a sort of an approximate strcmp routine?
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
How do you write a program which produces its own source code as output?
List the difference between a While & Do While loops?
Can we access array using pointer in c language?
What is void pointers in c?
What is string length in c?
int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
what do u mean by Direct access files? then can u explain about Direct Access Files?
to find the closest pair