Can you please explain the difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
Is c an object oriented programming language?
Explain Basic concepts of C language?
convert 12345 to 54321 withoutusing strig
Is there any book to know about Basics of C Language?
What is the difference between text and binary modes?
Write a simple program to find the size of different basic data types in C.
Can a local variable be volatile in c?
What are operators in c?
What is the value of h?
What is clrscr ()?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.