main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}

what is the output?

Answer Posted / nagi

5
20
1.25

Is This Answer Correct ?    2 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a Program to find whether the given number or string is palindrome.

591


How do I get an accurate error status return from system on ms-dos?

620


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

630


Can we change the value of constant variable in c?

556


Explain enumerated types in c language?

579






Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1744


Explain how do you convert strings to numbers in c?

574


What is meant by preprocessor in c?

513


Is array a primitive data type in c?

560


What is difference between array and pointer in c?

518


What is pointer in c?

707


Where are local variables stored in c?

545


What are data types in c language?

561


Write a program to know whether the input number is an armstrong number.

642


i have a written test for microland please give me test pattern

2149