What is exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
What is the difference between declaring a variable and defining a variable?
what is the difference between structure and union?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
how to find the largest element of array without using relational operater?
How can I swap two values without using a temporary?
Differentiate between the = symbol and == symbol?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Can a variable be both const and volatile?
What is the difference between break and continue?
What the advantages of using Unions?