1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
MArishka [77]
3 years ago
10

Write a C program that displays your name and address (or if you value your privacy, a frictionless name and address)

Computers and Technology
1 answer:
rosijanka [135]3 years ago
7 0

Answer:

Following are the program in c language

#include <stdio.h> // header file

int main() // main method

{

   char name[90]="mantasa"; // storing name

   char add[90]="120 lal bangla mumbai"; // storing address

    printf("\n Name:%s\nAddress:%s",name,add); // print name and address

   return 0;

}

Output:

Name:mantasa

Address:120 lal bangla mumba

Explanation:

In this program we are declaring the two array of char type which will store the name and address . after that we display name and address.

You might be interested in
Purpose for a Phone....?
jeka94
Used to talk to people, chat with people on mobile.
5 0
2 years ago
Read 2 more answers
Insert a row above the selected row
anastassius [24]
I cants see the "Selected Road" And I cant answer this unless you put that up. Sorry.
6 0
3 years ago
Read 2 more answers
2.<br> The force of impact is
NNADVOKAT [17]

Answer:

lực ( Tiếng Anh : force ) là bất kỳ ảnh hưởng nào làm một vật thể chịu sự thay đổi, hoặc là ảnh hưởng đến chuyển động, hướng của nó hay cấu trúc hình học của nó.

Explanation:

7 0
3 years ago
An array similar to a phone book has 1000 names arranged as names [0], names[1]....names[999]. Nancy wants to search a name X in
sammy [17]

Answer:

b. The names in the list should be in alphabetical order.

Explanation:

A binary search is an algorithm used for searching for an item in a list or array. The algorithm first sorts the data structure into order and then divides it into halves. If the searched item is less than the middle item in the list, then the algorithm searches for the target in the first half, else, in the second half. This reduces the time complexity of the search.

5 0
2 years ago
1. Describe the sequencing of factors influencing health status codes for patients that also have chronic conditions being manag
Vesnalui [34]
Bubyggyy tvtvtvttfrcrt
4 0
3 years ago
Other questions:
  • Which type of operating system is usually used in personal computers?
    11·1 answer
  • Your license can be canceled if you __________
    9·2 answers
  • What arw two reasons for maintaning your privacy on the internet
    11·2 answers
  • What percentage of people with internet access use emojis?
    11·1 answer
  • Jim has documented a use case that describes the functionality of a system as "To compute gross pay, multiply the hours worked t
    11·1 answer
  • 19. Fair use applies to which of the following situations?
    14·1 answer
  • Which of the following electronic payments is ideal for micropayments?
    11·2 answers
  • How to upgrade brainly membership
    11·2 answers
  • A specialized output device for producing charts, maps, and very high-quality drawings is
    5·1 answer
  • Algunos de los navegadores que existen son:
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!