Answer Posted / pressi
Pandit jawaharlal Nehru
| Is This Answer Correct ? | 48 Yes | 2 No |
Post New Answer View All Answers
Explain what are linked list?
How do I use void main?
What is a structural principle?
How can I list all of the predefined identifiers?
how to write optimum code to divide a 50 digit number with a 25 digit number??
a value that does not change during program execution a) variabe b) argument c) parameter d) none
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
What does void main return?
a program that can input number of records and can view it again the record
hi send me sample aptitude papers of cts?
What are pointers really good for, anyway?
What does it mean when the linker says that _end is undefined?
c program for searching a student details among 10 student details
What is the use of structure padding in c?
What is the difference between array_name and &array_name?