What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / arun
java is the strongest language
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you initialize a string in c++?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
What is function prototyping? What are its advantages?
There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.
Which sort does c++ use?
What is the purpose of templates in c++?
Define whitespace in C++.
Describe private, protected and public – the differences and give examples.
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
How can virtual functions in c++ be implemented?
Is c++ faster than c?
Which programming language's unsatisfactory performance led to the discovery of c++?
Write a program which employs Recursion
Keyword mean in declaration?
Comment on local and global scope of a variable.