Answer Posted / jessu srikanth
egg, why because according to alphabetical order e comes
first always.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Write programs for String Reversal & Palindrome check
What are the basic data types associated with c?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Explain why c is faster than c++?
Is c procedural or object oriented?
Explain how do you list a file’s date and time?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Is struct oop?
What is a lvalue
Explain how do you determine the length of a string value that was stored in a variable?
What are the functions to open and close the file in c language?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
can we implement multi-threads in c.
Explain what is wrong in this statement?