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
What does the c in ctime mean?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
#include
What is the use of header files?
What are the standard predefined macros?
Is c is a low level language?
What is #pragma statements?
Is void a keyword in c?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is a structure member in c?
Write a program of advanced Fibonacci series.
Write a program to show the change in position of a cursor using c
What is 1d array in c?
What is use of bit field?