What does c mean in standard form?


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

Post New Answer

More C Interview Questions

What is #include conio h?

0 Answers  


write an algorithm and c program to add two 2x2 matrics

2 Answers  


how to generate sparse matrix in c

3 Answers  


Can you return null in c?

0 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  






Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


What is const and volatile in c?

0 Answers  


What are volatile variables in c?

0 Answers  


fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

17 Answers   NDS,


how i m write c program 1.check prime number 2.prime number series

1 Answers  


User define function contain thier own address or not.

2 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.

0 Answers  


Categories