What is the difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
what is the similarities between. system call and library function?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
Explain how are 16- and 32-bit numbers stored?
What are data types in c language?
1. Write a program to reverse every second word in a given sentence.
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
what is the size of an integer variable?
What is the purpose of 'register' keyword?
What is static volatile in c?