Explain the use of #pragma exit?
No Answer is Posted For this Question
Be the First to Post Answer
What is union in c?
how to multiply two number taking input as a string (considering sum and carry )
Why & is used in scanf in c?
Does c have class?
Distinguish between actual and formal arguments.
how to add numbers without using arithmetic operators.
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
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
explain about storage of union elements.
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
how we can say java is platform independent, while we require JVM for that particular Operating System?
What are the two types of functions in c?