Do you know the difference between exit() and _exit() function in c?
No Answer is Posted For this Question
Be the First to Post Answer
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
How can I send mail from within a c program?
implement general tree using link list
What is keyword in c?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
how can use subset in c program and give more example