Should I learn c before c++?
No Answer is Posted For this Question
Be the First to Post Answer
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What does malloc () calloc () realloc () free () do?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
What does a function declared as pascal do differently?
Read two numbers from keyboard and find maximum of them?
What is the difference between printf and scanf )?
What is the meaning of typedef struct in c?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
c pgm count no of lines , blanks, tabs in a para(File concept)
What is strcmp in c?
how to set Nth bit of a variable?
what is the difference between %d and %*d in c languaga?