i have a written test in tomorrow
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
What does int main () mean?
What functions are used for dynamic memory allocation in c language?
What is the best way to store flag values in a program?
wap in c to accept a number display the total count of digit
What are the advantages of using new operator as compared to the function malloc ()?
What is a sequential access file?
What is variable declaration and definition in c?
What is a far pointer?What is the utility?
What is an endless loop?
Explain the use of #pragma exit?
Why clrscr is used after variable declaration?