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

How is pointer initialized in c?

0 Answers  


can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).

1 Answers  


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


who is the founder of c

19 Answers   College School Exams Tests, HP,


Why isnt there a numbered, multi-level break statement to break out

0 Answers  






what is the program to display your name in any color?

2 Answers   HCL,


When can a far pointer be used?

0 Answers  


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

0 Answers  


Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?

2 Answers   Accenture,


diff. between *p and **p

3 Answers  


print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

3 Answers   Winit,


What is preprocessor with example?

0 Answers  


Categories