How can I avoid the abort, retry, fail messages?
No Answer is Posted For this Question
Be the First to Post Answer
Array is an lvalue or not?
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.
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
What are qualifiers?
writ a program to compare using strcmp VIVA and viva with its output.
What's a good way to check for "close enough" floating-point equality?
why the execution starts from main function
What do you mean by a sequential access file?
Is printf a keyword?
What is enumerated data type in c?
What are different types of operators?