Is there sort function in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is an anonymous union and where to apply that ?
Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
What are the application of c?
the data type used for unlimited value in c and how to do this program
What is character set?
Why main is used in c?
Are there any problems with performing mathematical operations on different variable types?
What is a pragma?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is file in c language?
Why do we need volatile in c?