How to submit assignment
Title
Question
Please let me know about the procedure for assignment submission
C-and-Cpp First-C-Program 00-01 min 50-60 sec
Answers:
Assignments are for self practice. No need to submit.
#include <studio.h>
Int main ()
{
Printf("welcome to the");
Priintf("world of c");
Return 0;
}
#include<stdio.h>
Int main ()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
So When we don't use \n then the output will be Welcome to theworld of c
#include<studio.h>
int main()
{
printf("welcome to the/n");
printf("world of c/n");
return 0;
}
If we don't use /n the output will be " welcome to the world of C"
#include<stdio.h>
Int main ()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
So When we don't use \n then the output will be Welcome to the world of c
#include<studio.h>
Int main()
{
Printf("Welcome to the");
Printf ("World of c");
Return 0;
}
So when we don't use\n then the output will be Welcome to the World of c
// Assignment 1
// My first c program
#include<stdio. h>
Int main()
{
Printf("Welcome to the") ;
Printf ("World of C") ;
Return 0;
}
So when we don't use \n then the output will be Welcome to the World of C
#include<stdio.h>
Int main()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
Output of this program will be welcome to the world of c as we not use \n here
#include<studio.h>
Int main ()
{
Printf("welcome to the ");
Printf(" world of c");
Return 0:
}
Output of this program will be welcome to the world of c we don't use /n
#include<stdio.h>
It main()
{
Printf("welcome to the ");
Printf("world of c");
Return 0;
}
Output of this program will be
Welcome to the world of c
As we don't use \n
#include<studio.h>
Int main()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
If we don't use /n the output will be "welcome to the world of c"
#include<studio.h>
Int main()
{
Printf("Welcome to the");
Printf ("World of c");
Return 0;
}
So when we don't use\n then the output will be welcome to the world of c.
#include<stdio.h>
int main()
{
printf("Welcome to the ");
printf("world of C");
Return 0;
}
if we don't use /n the output will be
"Welcome to the world of C"
#include<stdio.h>
Int main ()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
So When we don't use \n then the output will be Welcome to theworld of c
<hr>
#include<stdio.h>
Int main ()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
So When we don't use \n then the output will be Welcome to theworld of c
#include<stdio.h>
Int main ()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
When we don't use \n then the output will be Welcome to the world of c
#include<stdio.h>
Int main ()
{
Printf("welcome to the world of C");
Return 0;
}
When we don't use \n then the output will be Welcome to the world of c
#include<stdio.h>
Int main ()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
So When we don't use \n then the output will be Welcome to theworld of c
#include<stdio.h>
int main()
{
printf("welcome to the/n");
printf("world of c/n");
return 0;
}
If we don't use /n the output will be " welcome to the world of C"
#include<stdio.h>
Int main ()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
So When we don't use \n then the output will be Welcome to theworld of c
#include<stdio.h>
Int main ()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
So When we don't use \n then the output will be Welcome to theworld of c
#include<stdio.h>
Int main ()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
So When we don't use \n then the output will be Welcome to the world of c
//My first program
#include<stdio.h>
int main()
{
clrscr();
printf("welcome to the world of C");
getch();
return 0;
}
#include<studio.h>
Int main ()
{
Printf ( " welcome to the ");
Printf("world of c");
Return 0;
}
So when we don't use \n then the output will be welcome to the world of c.
Pooja Mirzapure
#include<stdio.h>
Int main ()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
So When we don't use \n then the output will be Welcome to the world of c
#include<stdio.h>
int main()
{
printf("welcome to the");
printf("world of c");
return 0;
}
So when we don't use \n then the output will be welcome to theworld of c
#include<studio.h>
Int main ()
{
Printf ("welcome to the");
Printf("world of c");
Return 0;
}
When we don't use \n then the output will be "welcome to theworld of c"
#include<studio.h>
Int main()
{
Printf("Welcome to the");
Printf ("World of c");
Return 0;
}
So when we don't use\n then the output will be Welcome to the World of c
#include<stdio. h>
Int main()
{
Printf("Welcome to the") ;
Printf ("World of C") ;
Return 0;
}
So when we don't use \n then the output will be Welcome to the World of C
#include<stdio. h>
Int main()
{
Printf("Welcome to the") ;
Printf ("World of C") ;
Return 0;
}
So when we don't use \n then the output will be Welcome to the World of C
#include<stdio.h>
Int main ()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
So When we don't use \n then the output will be Welcome to theworld of c.
//Assignment 1
#include<stdio.h>
int main()
{
Printf("Welcome to the world of C");
return 0;
}
Ans: Cursor will blink on the same line and the next statement will be printed on the same line.
#include<stdio. h>
Int main()
{
Printf("Welcome to the") ;
Printf ("World of C") ;
Return 0;
}
So when we don't use \n then the output will be Welcome to the World of C
Include‹stdio.h>
int main()
{
Printf("welcome to the ");
Printf("world of c");
return 0;
}
Ans: when we dont use \n then output is in single line i.e. welcome to the world of c
#include<stdio.h>
Int main ()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
So When we don't use \n then the output will be Welcome to theworld of c
Login to add comment
//assignment 1
Include‹stdio.h>
int main()
{
Printf("welcome to the ");
Printf("world of c");
return 0;
}
Hence,if we don't use '\n' then output is in single line i.e. welcome to the world of c
#include<stdio.h>
Int main ()
{
Printf("welcome to the");
Printf("world of c");
Return 0;
}
So When we don't use \n then the output will be Welcome to theworld of c
#include<stdio. h>
Int main()
{
Printf("Welcome to the") ;
Printf ("World of C") ;
Return 0;
}
So when we don't use \n then the output will be Welcome to the World of C
#include<stdio. h>
int main()
{
printf("Welcome to the") ;
printf ("World of C") ;
return 0;
}
if we don't use \n then the output will show in a continuous line their will be no paragraph between the sentence
include‹stdio.h>
int main()
{
Printf("welcome to the ");
Printf("world of c");
return 0;
}
Hence,if we don't use '\n' then output is in single line i.e. welcome to the world of c
#include<stdio.h>
int main()
{
printf("welcome to the world of c");
return 0;
}
Answer:
welcome to the world of c
Login to add comment