answersLogoWhite

0


Best Answer

void main()

{

char userid[]="user",password[]="password",p[15],u[15];

int n=1,a,b;

printf("\nEnter username and password below (You have only three chances to enter)");

getch();

while(n<=3)

{

system("cls");

printf("\nUsername: ");

scanf("%s",u);

printf("\nPassword: ");

scanf("%s",p);

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Turbo c program code for asterisk pyramid pattern?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the program of turbo pascal?

tagprice


What is name of the software in which you create program?

Turbo c3 or Turbo c4. R.P. Hammad Khan_Haider...


Basic parts of TURBO C program?

Editor - edits text Compiler - compiles the program Linker - links the program Debugger - helps finding bugs


How do you load a program in turbo c?

File/Open


How can you use turbo c in Window7?

With program DosBox,


Who is the founder of turbo c program?

Turbo c program is from Borland which is an integrated development environment and a computer language. Some of the parts of turbo c were incorporated from the wizard c in 1987, but it was first developed by Dennis Ritchie in 1970.


What has the author Eric P Bloom written?

Eric P. Bloom has written: 'The Turbo C++ trilogy' -- subject(s): C (Computer program language), C++ (Computer program language), Turbo C (Computer file), Turbo C++ 'Turbo C Plus Plus Trilogy' 'The C trilogy' -- subject(s): C (Computer program language)


Do a program with turbo pascal to print the alphabet backward?

Turbo Pascal is a style of computer programming. This type of writing language can be used to create a program that prints the alphabet backwards.


Will a 427 bolt up to a 350 turbo transmission?

It will if it is a turbo 350 with a Chevrolet mounting pattern.


What Bank does Turbo taxes?

Turbo Tax is a tax program that is available to users of the internet. The program is not for institutions, but for the ordinary consummer. There is an online version that one can easily reach by search engine. The questions are simple, easy to understand, and the program will file your taxes for you.


For loop program turbo c making a right triangle?

yes


What is turbo c variables?

Turbo C variables are memory place holders for storage of data during the execution of a Turbo C program. Types of variables include integer, real and char.