Are c and c++ the same?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Why is c platform dependent?

0 Answers  


explain what are pointers?

0 Answers  


What is the meaning of int *x[]();?

1 Answers  


What is the process of writing the null pointer?

0 Answers  


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,






What are data types in c language?

0 Answers  


do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?

1 Answers   Oracle,


char *p="name"; printf(p);

1 Answers  


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


in linking some of os executables are linking name some of them

0 Answers   IBM,


How can I send mail from within a c program?

0 Answers  


Categories