Answer Posted / ankith.v
C And C++
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is c++ used for today?
Can a variable be both const and volatile?
Explain how many levels deep can include files be nested?
Is using exit() the same as using return?
What is bash c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Explain setjmp()?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What are enums in c?
Can you please explain the scope of static variables?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
How many types of operators are there in c?
What is the c language function prototype?