which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
1739in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
1 7921FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
1127general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
1084in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
1214a 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
1152in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
1065the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
1261while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
1250the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
1059exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
1135any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
1133
in linking some of os executables are linking name some of them
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is the size of enum in bytes?
How main function is called in c?
What are different storage class specifiers in c?
What are local static variables?
What is wrong with this declaration?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Explain what is a pragma?
formula to convert 2500mmh2o into m3/hr
What is identifier in c?
What is structure and union in c?
What is a memory leak? How to avoid it?
What is optimization in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?