writ a program to compare using strcmp VIVA and viva with its
output.
No Answer is Posted For this Question
Be the First to Post Answer
Not all reserved words are written in lowercase. TRUE or FALSE?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is a pointer?
What are the types of bitwise operator?
What is the benefit of using an enum rather than a #define constant?
What is a string?
What is size of union in c?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Find greatest of two numbers using macro
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
what are the files which are automatically opened when a c file is executed?
What is the use of typedef in c?