Where are some collections of useful code fragments and examples?
No Answer is Posted For this Question
Be the First to Post Answer
wite a programme in c to linear search a data using flag and without using flags?
how to execute with out main in cprogram
Can we change the value of #define in c?
How can you call a function, given its name as a string?
How can I change their mode to binary?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
write a C program to print the program itself ?!
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
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