What are the types of operators in c?
Answer / Manoj Sagar
In C programming, there are five categories of operators: arithmetic, relational, logical, assignment and miscellaneous. Examples include + (addition), == (equal to), && (logical AND) and += (assignment with addition).
| Is This Answer Correct ? | 0 Yes | 0 No |
Which header file is essential for using strcmp function?
What is include directive in c?
What is the difference between typeof(foo) and myFoo.GetType()?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
What is the purpose of #pragma directives in C?
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
what is ans for this scanf(%%d",c);
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Given an unsigned integer, find if the number is power of 2?
what is data structure?
void main() { int a=1; while(a++<=1) while(a++<=2); }
Who had beaten up hooligan "CHAKULI" in his early college days?