What is c programing language?


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

Post New Answer

More C Interview Questions

How do we declare variables in c?

0 Answers  


how to swap 2 numbers in a single statement?

3 Answers  


Write a program for finding factorial of a number.

0 Answers   Tech Mahindra,


code for inverse a matrix

0 Answers  


what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }

1 Answers   Google,


please give code for this 1 2 4 7 11 16

11 Answers   Intel, Wipro,


What is the difference between procedural and functional programming?

0 Answers  


write a 'c' program to sum the number of integer values

8 Answers  


what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }

1 Answers  


What is an array? What the different types of arrays in c?

0 Answers  


What is printf () in c?

0 Answers  


Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.

0 Answers  


Categories