exit () 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
No Answer is Posted For this Question
Be the First to Post Answer
How can I write a function that takes a format string and a variable number of arguments?
Why is c so popular?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
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 does s c mean on snapchat?
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
What is the use of keyword VOLATILE in C?
c program to compute AREA under integral
Why is the code below functioning. According to me it MUST NOT.
what do structure language means?
Explain heap and queue.
WHAT IS INT?