main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answer Posted / vineetha
tell this answer and mail to this id vachika90@gmail.com
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is variable declaration and definition in c?
what is the diffrenet bettwen HTTP and internet protocol
What is the difference between variable declaration and variable definition in c?
what are the facialities provided by you after the selection of the student.
Explain what are the different file extensions involved when programming in c?
Explain how can I pad a string to a known length?
Define VARIABLE?
What is the difference between scanf and fscanf?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Describe explain how arrays can be passed to a user defined function
What is static and auto variables in c?
Can the size of an array be declared at runtime?
What is the c value paradox and how is it explained?
What are categories used for in c?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings