What is atoi and atof in c?
No Answer is Posted For this Question
Be the First to Post Answer
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Is it better to use a macro or a function?
How can I read/write structures from/to data files?
How does the C program handle segmentation faults?
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
Is python a c language?
Are enumerations really portable?
A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A
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
How can I write a function analogous to scanf?
What are loops c?