Answer Posted / nikam prathmesh
CHAR is Data Type.........
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What do mean by network ?
What does 1f stand for?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Is c procedural or functional?
Explain 'far' and 'near' pointers in c.
What is use of integral promotions in c?
What is the difference between fread and fwrite function?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What does sizeof function do?
How does selection sort work in c?
What is c programing language?
What is the correct code to have following output in c using nested for loop?
What is the best way of making my program efficient?