Why we write conio h in c?


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

Post New Answer

More C Interview Questions

how to make a scientific calculater ?

0 Answers  


what is dangling pointer?

1 Answers   LG Soft,


What is union and structure in c?

0 Answers  


What are 3 types of structures?

0 Answers  


Why double pointer is used in c?

0 Answers  






This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

0 Answers  


What is the use of keyword VOLATILE in C?

1 Answers  


What is actual argument?

0 Answers  


write a c program to find largest of three numbers using simple if only for one time.

1 Answers  


Why C language is a procedural language?

0 Answers   Ericsson,


Is that possible to add pointers to each other?

0 Answers  


Which is an example of a structural homology?

0 Answers  


Categories