Is c language still used?


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

Post New Answer

More C Interview Questions

input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure

4 Answers   IBM,


How can I find out how much memory is available?

1 Answers   Persistent,


Concat two string with most overlapped substring has to removeĀ  "abcd"+ "cdef" = "abcdef

6 Answers  


Write a program to generate prime factors of a given integer?

2 Answers  


why we need function pointers?

3 Answers  






#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

0 Answers   Wilco,


What is a union?

0 Answers  


swapping of two numbers without using third variable using AND and OR operators

2 Answers  


How can I find out the size of a file, prior to reading it in?

0 Answers  


What is the main difference between calloc () and malloc ()?

0 Answers  


Write a program that receives as input a number omaadel-n-print, four digits.

0 Answers  


What is the difference between union and anonymous union?

0 Answers   Hexaware,


Categories