Answer Posted / mohit
Dennis Ritchie
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Write a code to generate divisors of an integer?
write a c program in such a way that if we enter the today date the output should be next day's date.
How can I remove the leading spaces from a string?
How do I determine whether a character is numeric, alphabetic, and so on?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Which one would you prefer - a macro or a function?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is a stream water?
How to write a multi-statement macro?
What is array of structure in c programming?
What do you mean by Recursion Function?
Explain how can I make sure that my program is the only one accessing a file?
largest Of three Number using without if condition?