how to make program without <> in libray.


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

Post New Answer

More C Interview Questions

print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5

7 Answers   IBM,


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

11 Answers   CISOC, CitiGroup, College School Exams Tests,


What is data types?

0 Answers  


Please list all the unary and binary operators in C.

3 Answers  


What is difference between array and pointer in c?

0 Answers  






What are the different types of control structures?

0 Answers  


Why do we use int main?

0 Answers  


What are header files why are they important?

0 Answers  


Function calling procedures? and their differences? Why should one go for Call by Reference?

0 Answers   ADP,


If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


write a program in c to print **** * * * * ****

1 Answers   TCS,


Categories