what are the general concepts of c and c++

Answer Posted / vignesh1988i

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to check palindrome number in c programming?

601


What is LINKED LIST? How can you access the last element in a linked list?

633


What are the applications of c language?

626


What 'lex' does?

719


Differentiate Source Codes from Object Codes

823






What is include directive in c?

646


Is c procedural or object oriented?

582


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2338


Write the syntax and purpose of a switch statement in C.

629


Explain the properties of union.

611


What are global variables and explain how do you declare them?

581


How is a macro different from a function?

657


What does %c mean in c?

654


what is the significance of static storage class specifier?

1665


What are nested functions in c?

566