Answer Posted / sunny_baldota@yahoo.co.in
Jawaharlal Nehru
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
I have seen function declarations that look like this
What are the loops in c?
Explain the ternary tree?
how can use subset in c program and give more example
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Explain high-order bytes.
Explain which function in c can be used to append a string to another string?
Explain how can I prevent another program from modifying part of a file that I am modifying?
How #define works?
Does c have function or method?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
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.
How can you tell whether a program was compiled using c versus c++?