What is conio h in c?


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

Post New Answer

More C Interview Questions

what is ur strangth & weekness

0 Answers   Cognizant, LG Soft, NetEnrich,


What is zero based addressing?

0 Answers  


How do I convert a string to all upper or lower case?

0 Answers  


Explain what is the best way to comment out a section of code that contains comments?

0 Answers  


#include<stdio.h> int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

0 Answers  






declare afunction pointer to int printf(char *)?

1 Answers   HCL,


Why c is called procedure oriented language?

0 Answers  


What is the use of static variable in c?

0 Answers  


What are the key features in c programming language?

0 Answers  


What is the condition that is applied with ?: Operator?

0 Answers  


Explain how can you tell whether a program was compiled using c versus c++?

0 Answers  


What are the benefits of organizational structure?

0 Answers  


Categories