Can an array be an Ivalue?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

program that accepts amount in figures and print that in words

2 Answers   Infosys, Lovely Professional University, Wipro,


What is the size of structure pointer in c?

0 Answers  


Meaning of () in c

1 Answers  


Which one would you prefer - a macro or a function?

0 Answers  


What are local variables c?

0 Answers  






how to swap two integers 1 and 32767 without using third variable

11 Answers   Microsoft, TCS,


Write a program to print factorial of given number using recursion?

0 Answers  


What will be printed as the result of the operation below: #include<..> int x; int modifyvalue() { return(x+=10); } int changevalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); x++; modifyvalue(); printf("First output:%d\n",x); x++; changevalue(x); printf("Second output:%d\n",x); modifyvalue(); printf("Third output:%d\n",x); }

2 Answers  


Write a program for Overriding.

0 Answers  


main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


What is meant by preprocessor in c?

0 Answers  


Give a fast way to multiply a number by 7

15 Answers   Accenture, Aricent, Microsoft,


Categories