Is c++ based on c?


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

Post New Answer

More C Interview Questions

main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }

2 Answers  


can any one tel me wt is the question pattern for NIC exam

0 Answers   NIC,


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


What is 2 d array in c?

0 Answers  


Which header file is essential for using strcmp function?

0 Answers  






print 1-50 with two loop & two print Statement

2 Answers  


i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement

5 Answers  


What is time complexity c?

0 Answers  


what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }

14 Answers  


In which language linux is written?

0 Answers  


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


What are the 4 types of programming language?

0 Answers  


Categories