int x=5;
printf("%d%d%d",x,x<<2,x>>2);
Answers were Sorted based on User's Feedback
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
If fflush wont work, what can I use to flush input?
What is the use of keyword VOLATILE in C?
What is the use of getchar() function?
How can I read and write comma-delimited text?
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
What should be keep precautions while using the recursion method?
What are identifiers in c?
What is volatile in c language?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is omp_num_threads?