Thursday, May 2, 2024
Homepage · c
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 422  / 3 Years ago, fri, september 10, 2021, 3:43:49

What is used instead of header in anjuta for a simple C program to give an output? I am new to programming and only used turbo c previously. Thanks in advance.


More From » c

 Answers
6

you should use stdio.h, not conio.h. conio.h is specific to consoles, while stdio is standard input/ouput. If all you are doing is character fetching, you will find getc() etc in stdio.h.


[#28050] Sunday, September 12, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oileweaty

Total Points: 337
Total Questions: 108
Total Answers: 105

Location: Western Sahara
Member since Mon, May 3, 2021
3 Years ago
oileweaty questions
Thu, Jul 1, 21, 01:57, 3 Years ago
Wed, Nov 24, 21, 11:48, 2 Years ago
Sat, May 14, 22, 00:50, 2 Years ago
;