Is c easy to learn?


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

Post New Answer

More C Interview Questions

in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

0 Answers  


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

0 Answers  


Why is c called "mother" language?

0 Answers  


what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 Answers  


Explain the advantages of using macro in c language?

0 Answers  






What is meant by operator precedence?

0 Answers  


What does it mean when the linker says that _end is undefined?

0 Answers  


Distinguish between actual and formal arguments.

0 Answers  


write a program whose output will be- 1 12 123 1234

10 Answers  


Explain what is the purpose of "extern" keyword in a function declaration?

0 Answers  


How do you write a program which produces its own source code as its output?

2 Answers  


what are the facialities provided by you after the selection of the student.

0 Answers   TCS,


Categories