How do I round numbers?


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

Post New Answer

More C Interview Questions

int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


What is boolean in c?

0 Answers  


matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,


What is a static variable in c?

0 Answers  


Is c object oriented?

0 Answers  






char *p="name"; printf(p);

1 Answers  


What's a "sequence point"?

3 Answers  


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


What does a pointer variable always consist of?

0 Answers  


ASCII stands for

1 Answers  


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


How to use c/c++ code in JAVA

10 Answers   CDAC, IBM, Satyam, Scope International,


Categories