Is c still relevant?


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

Post New Answer

More C Interview Questions

in malloc and calloc which one is fast and why?

1 Answers  


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............

3 Answers  


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

0 Answers  






I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

0 Answers  


what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;

2 Answers   Google,


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

0 Answers  


What are the primitive data types in c?

0 Answers  


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

1 Answers   TCS,


what is calloc and malloc?

2 Answers  


How would you obtain the current time and difference between two times?

0 Answers   TISL,


Categories