answersLogoWhite

0

/*to print your namr*/

/*by girish kumar raghuvanshi*/

#include<stdio.h>

#include<conio.h>

void main()

{

printf("print ur name");

puts("girish");

getch();

}

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

How do you write a c program to prints name?

Write a c program that reads your first name and surname when you enter them. Each part of your name should not be more than 12 characters. Finally, have the program display your full name.


How do you write a horoscope program on python?

Hi gys, are you looking to write a program to know the sign depends on the birth date or horoscope on python? write down following codes on python, those will make a nice program. #This program will get the horoscope sign. def getSign(): name = raw_input ("Enter Your Name: ") month = raw_input("Enter Birth Month: ") day = int(raw_input("Enter Birth Day of Month: ")) if month "y": main() letter = raw_input("Go again? (y/n): ")


How do you write a program that asks the user to enter their favouite tv programme and display the result 15 times?

#include &lt;iostream&gt; #include &lt;string&gt; using std::cin; using std::cout; using std::endl; using std::string; int main() { cout &lt;&lt; "Enter name of your favorite TV show: \n"; string tvShow = ""; cin &gt;&gt; tvShow; for (int i = 0; i &lt; 15; i++) { cout &lt;&lt; endl &lt;&lt; tvShow; } cout &lt;&lt; endl &lt;&lt; endl; system("PAUSE"); return 0; }


How to write a program to accept the user name and password and then shop this is your Password?

you cant


Write a c program using system calls which accepts a file name as parameterthe program should be designed in such a way that only one session should be permitted to read the date at any point of time?

Harry S. Truman

Related Questions

How do you write a c program to prints name?

Write a c program that reads your first name and surname when you enter them. Each part of your name should not be more than 12 characters. Finally, have the program display your full name.


Write a program to read your name and reverse it using arrays?

abdulrahman


How do you write a horoscope program on python?

Hi gys, are you looking to write a program to know the sign depends on the birth date or horoscope on python? write down following codes on python, those will make a nice program. #This program will get the horoscope sign. def getSign(): name = raw_input ("Enter Your Name: ") month = raw_input("Enter Birth Month: ") day = int(raw_input("Enter Birth Day of Month: ")) if month "y": main() letter = raw_input("Go again? (y/n): ")


What does inscribed mean?

write on/in stone, metal,paper;enter a name in a list write on/in stone, metal,paper;enter a name in a list write on/in stone, metal,paper;enter a name in a list


A Java Program to choose directory and search file name content file name and content must both enter It will list out the result and when click on the result it will show the content?

write a program of phone dirictory


How to write a Shell program to find the no of vowels in a text?

clear echo -n "Enter the Name / String:" while : do read name echo $name | awk '{print gsub(/[aeiou]/,"")}' done


How do you write your name with twilight font?

You need to install the font in your computer and then write your name with it by using Word or any other program. If you want to do it using a pencil, you can alway copy the fonts from a website. You can download the Fonts from the related link.


Write a shell program using if-the-else to test whether a variable name is a directory or a file?

see : Write_a_shell_program_using_the_if-the-else_to_test_whether_a_variable_name_is_a_directory_or_a_file


How do you compile and execute programs using command line in DOS?

ad1: install a compiler ad2: just enter the program's name at the prompt


Write a c program to read your name given in the format first name and second name find the length of the name and also concatenate them?

#includeusing std::cin;using std::cout;using std::endl;using std::string;int main(){string firstName = "John";cout firstName;string lastName = "Doe";cout lastName;cout


Write a program to display the name of days when a user enters a number?

write a program to display your name age class schoolname e-mail 2hobby based on choice


How do you write a program that asks the user to enter their favouite tv programme and display the result 15 times?

#include &lt;iostream&gt; #include &lt;string&gt; using std::cin; using std::cout; using std::endl; using std::string; int main() { cout &lt;&lt; "Enter name of your favorite TV show: \n"; string tvShow = ""; cin &gt;&gt; tvShow; for (int i = 0; i &lt; 15; i++) { cout &lt;&lt; endl &lt;&lt; tvShow; } cout &lt;&lt; endl &lt;&lt; endl; system("PAUSE"); return 0; }