saving . . . saved How to submit assignment has been deleted. How to submit assignment has been hidden .
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 15-06-20, 6:59 p.m. Syasmeen

Answers:

Assignments are for self practice. No need to submit.
19-06-20, 11:39 a.m. nags
#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
10-07-20, 5:30 p.m. Mchavan
#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
10-07-20, 5:30 p.m. Mchavan

Login to add comment


K Thank you ☺️ 
24-06-20, 10:41 a.m. Syasmeen


#include <studio.h>  
Int main ()
{
Printf("welcome to the");
Priintf("world of c");
Return 0;
}
09-07-20, 10:27 a.m. Shruti@123


#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
09-07-20, 5:37 p.m. Harshadsbhalerao


#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"
10-07-20, 8:28 a.m. Sushant0981


#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
10-07-20, 8:41 a.m. 7887459787


#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
10-07-20, 11:19 a.m. Pranitakotalwar


// 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 
10-07-20, 11:21 a.m. Kirtana_maru


#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

10-07-20, 11:23 a.m. 1921271242105


#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
10-07-20, 11:38 a.m. Sakshichoudhary
welcome to the world of c
10-07-20, 12:02 p.m. Sakshichoudhary

Login to add comment


#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

10-07-20, 12:05 p.m. s19_more_sneha@mgmcen.ac.in


#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"
10-07-20, 12:06 p.m. Mohit07


#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.
10-07-20, 1:08 p.m. 1921271242121


#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"
10-07-20, 1:14 p.m. gayatrikalne


#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
10-07-20, 3:20 p.m. @sahebraoChafekar


<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
10-07-20, 3:29 p.m. @sakshigoswami


#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
10-07-20, 5:13 p.m. Samiksha23


#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
10-07-20, 6:51 p.m. S19_kadam_akanksha@mgmcen.ac.i


#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
10-07-20, 6:52 p.m. Nitachavan


#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"
11-07-20, 10:34 a.m. kabir_1137


#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
11-07-20, 10:41 a.m. Aniket007


#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
11-07-20, 10:44 a.m. Aniket007


#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
11-07-20, 10:52 a.m. tejas_muradi


//My first program
#include<stdio.h>
int main()
{
clrscr();
printf("welcome to the world of C");
getch();
return 0;
}

11-07-20, 10:52 a.m. omkarf


#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
11-07-20, 10:54 a.m. PDM


#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
11-07-20, 10:55 a.m. Abhishek_2000


#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

11-07-20, 11 a.m. rahul-asawa-123


#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"
11-07-20, 11:01 a.m. deshpandeyash


#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
11-07-20, 11:01 a.m. Pranav_2501


#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 
11-07-20, 11:14 a.m. @mohitgohel


#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 
11-07-20, 11:15 a.m. @mohitgohel


#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. 
11-07-20, 11:17 a.m. AKASHMIRZAPURE


//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.
11-07-20, 11:22 a.m. RPD


#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
11-07-20, 11:26 a.m. Annavajjala.Kankshith.Rao


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
       
   
11-07-20, 11:32 a.m. tejasdotkar
#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
11-07-20, 1:21 p.m. kaushik_kd

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
11-07-20, 1:48 p.m. Yashdarshankar


#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
12-07-20, 5:39 p.m. VKurhewaf


#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 
14-07-20, 12:48 p.m. @AkshayDongre


#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
31-03-21, 12:57 p.m. Kadam.Swaraj.Vinayak


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
25-07-21, 7:17 a.m. 122070003@sastra.ac.in


#include<stdio.h>
int main()
{
  printf("welcome to the world of c");
  return 0;
}
Answer:
welcome to the world of c
17-09-21, 6:47 a.m. manojkumar2404


Log-in to answer to this question.