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 we need function pointers?

3 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  


What is enumerated data type in c?

0 Answers  


Write a program on swapping (100, 50)

0 Answers   BPL,


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers   Calsoft,






What is information technology.

1 Answers  


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent

1 Answers  


program for swapping two strings by using pointers in c language

1 Answers  


given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)

6 Answers   amu, TCS,


Which is better oop or procedural?

0 Answers  


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

4 Answers  


Categories