Is c easier than java?


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

Post New Answer

More C Interview Questions

What is header file definition?

0 Answers  


Write a program to print all the prime numbers with in the given range

8 Answers   ABC, College School Exams Tests, TCS,


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


How important is structure in life?

0 Answers  


How is pointer initialized in c?

0 Answers  


what is the difference between declaration ,defenetion and initialization of a variable?

7 Answers   LG Soft,


What is self-referential structure in c programming?

0 Answers  


int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 Answers   ME,


int x=5; printf("%d%d%d",x,x<<2,x>>2);

2 Answers   TANCET,


what are the files which are automatically opened when a c file is executed?

3 Answers  


Tell us two differences between new () and malloc ()?

0 Answers   Adobe,


What is null pointer in c?

0 Answers  


Categories