#include<stdio.h>
#include<conio.h>
main()
{
clrscr();
printf("\nKodeGod.com");
getch();
}
Learn C ProgrammingLearn ProgrammingPrograms On Basics
001. Write a program to print a string in C language
Trending on kodegod.com
Archives
Popular Tags
C Interview Programs
corona
covid19
C Programming Interview
C Programming Interview Questions
C Tricky Questions
homelockdown
how to learn programming
Interview Questions Programming
kodegod
Learn Programming
Learn programming easily
Learn to code
prashant chaudhari
Programming Interview Questions
programming language
selfhelp
Technical Interview Questions
Trending Posts
- 101 Programs to build your Programming Logic [using C Programming] September 20, 2012
- 021. Write a program to accept three numbers from user and print them in ascending and descending order in C language September 18, 2012
- 011. Write a program to accept roll no and marks of 3 subjects of a student, Calculate total of 3 subjects and average in C language September 18, 2012
- 024. Write a Program to accept user’s marital status, gender and age to check if he/she is eligible for marriage or not. September 18, 2012
- 028. Write a Program to print first n odd numbers in C language September 18, 2012
Tags
C Interview Programs
corona
covid19
C Programming Interview
C Programming Interview Questions
C Tricky Questions
homelockdown
how to learn programming
Interview Questions Programming
kodegod
Learn Programming
Learn programming easily
Learn to code
prashant chaudhari
Programming Interview Questions
programming language
selfhelp
Technical Interview Questions
Recommended For You
Learn ProgrammingProgrammingProgramming blogs
HOW TO LEARN ANY PROGRAMMING LANGUAGE?
Prashant ChaudhariMarch 29, 2020
why there is no scanf statement in the above program
Because program is just to print a string, it’s a basic program
WHAT IS THE PURPOSE OF clrscr();
It clears the console screen, i.e. All previous screen buffer and shows you blank screen from that point
prog.cpp:2:18: fatal error: conio.h: No such file or directory
#include
^
compilation terminated.
can i no why is this error and …
the compiler is not able to locate your conio.h file, just set the correct reference
Thank you!
All the programs are very good for those who are new to programming. really all programs are nice one should go through these programs to build your primary skills.
Wow! thank you shubham, share this website and android app with your friends