Why does not use getgh(); and <conio.h> in c language.
Answer Posted / sandeep
Check your question dude
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I read a binary data file properly?
How are strings stored in c?
Can the curly brackets { } be used to enclose a single line of code?
List out few of the applications that make use of Multilinked Structures?
Why c is called object oriented language?
Why is python slower than c?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is the difference between if else and switchstatement
What is wrong with this declaration?
Explain what are binary trees?
main() { printf("hello"); fork(); }
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
How do you define a string?
What are the different data types in C?
Differentiate between #include<...> and #include '...'