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

#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


How can I split up a string into whitespace-separated fields?

0 Answers  


two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,


Why c is a procedural language?

0 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


program to find the second largest word in a paragraph amongst all words that repeat more thn twice

4 Answers   CTS, iGate,


Write a code to generate divisors of an integer?

0 Answers   Ericsson,


Write a program to print factorial of given number using recursion?

0 Answers  


How can I swap two values without using a temporary?

0 Answers  


what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }

9 Answers  


Can you please explain the difference between strcpy() and memcpy() function?

0 Answers  


Categories