What is #include conio h?


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

Post New Answer

More C Interview Questions

What are the data types present in c?

0 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

27 Answers   Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,


without a terminator how can we print a message in a printf () function.

7 Answers   NIIT,


the format specified for hexa decimal is a.%d b.%o c.%x d.%u

7 Answers   TCS,


helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.

3 Answers  






What is a far pointer in c?

0 Answers  


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

0 Answers   Reliance,


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers  


What does char * * argv mean in c?

0 Answers  


When should structures be passed by values or by references?

0 Answers   Adobe,


What is meant by type casting?

0 Answers  


What is difference between %d and %i in c?

0 Answers  


Categories