what are the general concepts of c and c++
Answers were Sorted based on User's Feedback
CONCEPTS OF 'C' :
Basics dealing with declaration of variables and constants....
Control Structures (if, if-else , switch)
Looping structures (for,while,do-while)
ARRAYS
Macros and CONSTANTS
POINTERS
STRUCUTRES & UNIONS
FILES
FUNCTIONS (Sub routines)
etc....
in C++ :
OOPS
thank u
| Is This Answer Correct ? | 2 Yes | 0 No |
What is oops c?
What is define directive?
Explain threaded binary trees?
What is variable initialization and why is it important?
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
will u give me old quesrion papers for aptitude for L & t info tech?
write a program to print %d ?
What does do in c?
How can I generate floating-point random numbers?
write a “Hello World” program in “c” without using a semicolon?
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input
Can the “if” function be used in comparing strings?