Programming
Home
Features
_Multi DropDown
__DropDown 1
__DropDown 2
__DropDown 3
_ShortCodes
_SiteMap
_Error Page
_Web Documentation
Home
Basic
C Programs
C Programs
aRpit
January 18, 2020
Write a program to print multiple lines with a single printf.
#include<stdio.h>
void main()
{
// "\n" is use for new line
printf("Name : Santoki Arpit J.\nAddress : Darshan Institute of Engg. & Tech.\n Rajkot - Morbi Highway, At Hadala");
}
Output :
Basic
Post a Comment
0 Comments
Social Plugin
Contact Us
Name
Email
*
Message
*
Popular Posts
C Program
Java
Advance Java
Categories
Labels
Arithmetic Operator
(1)
Armstrong number
(1)
Array
(3)
Basic
(5)
Bubble Sort
(1)
Calculate number of island
(1)
Check Prime Number
(1)
Class & Object
(2)
Constructor
(1)
Conversion
(1)
Cyclic number
(1)
Fibonacci Series
(1)
Happy number
(1)
Java
(15)
Math Function
(1)
MICROPROCESSOR AND INTERFACING
(11)
Nested IF ELSE
(1)
Number to word conversion
(1)
Perfect number
(1)
Recursion
(3)
Root of Quadratic Equation
(1)
Selection Sort
(1)
Simple Interest
(1)
Stack (DS)
(1)
Strong number
(1)
Ternary Operator
(1)
Traveling Salesman Problem
(1)
Labels List Numbered
Arithmetic Operator
Armstrong number
Array
Basic
Bubble Sort
Calculate number of island
Check Prime Number
Class & Object
Constructor
Conversion
Cyclic number
Fibonacci Series
Happy number
Java
Math Function
MICROPROCESSOR AND INTERFACING
Nested IF ELSE
Number to word conversion
Perfect number
Recursion
Root of Quadratic Equation
Selection Sort
Simple Interest
Stack (DS)
Strong number
Ternary Operator
Traveling Salesman Problem
Labels
Arithmetic Operator
Armstrong number
Array
Basic
Bubble Sort
Calculate number of island
Check Prime Number
Class & Object
Constructor
Conversion
Cyclic number
Fibonacci Series
Happy number
Java
Math Function
MICROPROCESSOR AND INTERFACING
Nested IF ELSE
Number to word conversion
Perfect number
Recursion
Root of Quadratic Equation
Selection Sort
Simple Interest
Stack (DS)
Strong number
Ternary Operator
Traveling Salesman Problem
Contact Form
Name
Email
*
Message
*
Posts
Atom
Posts
Comments
Atom
Comments
Popular Posts
Assembly language programming
An array of ten data bytes is stored on memory locations 2100H onwards. Write an 8085 assembly language program to find the la...
Assembly language programming
The following block of data is stored in the memory location from 2050H to 2055H. Write an 8085 assembly language program to transfer the da...
C Program (Calculate island)
=> Identify the total island in area #include<stdio.h> int calculateIsland(int size, int arr[size][size]){ int i, j; int coun...
0 Comments