What is an expression?


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

Post New Answer

More C Interview Questions

write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview

2 Answers   Satyam, UNIS, Wipro,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


What is the use of bitwise operator?

0 Answers  


what is difference between c and c++

4 Answers  


What is derived datatype in c?

0 Answers  






What is the process to create increment and decrement stamen in c?

0 Answers  


What does a function declared as pascal do differently?

0 Answers  


what is difference between C and C++

4 Answers  


If the static variable is declared as global, will it be same as extern?

1 Answers   Samsung,


Explain c preprocessor?

0 Answers  


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

0 Answers  


wat is the meaning of c?

9 Answers   CTS, IBM, Wipro,


Categories