an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order
a) assignment, relational, arithematic
b) arithematic, relational, assignment
c) relational, arithematic, assignment
d) assignment, arithematic, relational
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
Find greatest of two numbers using macro
How do you list a file’s date and time?
What are all different types of pointers in c?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
What does the c preprocessor do?
Explain what is wrong in this statement?
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
In header files whether functions are declared or defined?
which is an algorithm for sorting in a growing Lexicographic order