how to print comment in new line in c | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

how to print comment in new line in c

7th Dec 2020, 12:03 PM
Vipul Srivastava
18 Respostas
+ 10
BeegCat šŸ™„printf("vipul \nSrivastava");
7th Dec 2020, 12:11 PM
慤慤慤
+ 9
BeegCat šŸ™„ why you using 2times printf šŸ™ƒ
7th Dec 2020, 12:14 PM
慤慤慤
+ 3
//to print something in new line Printf("ram"\n); Printf("raftaar"); //Output will be as follow ram raftaar
8th Dec 2020, 5:10 PM
RƃM RƃFTƃƃR
RƃM RƃFTƃƃR - avatar
+ 3
Vipul Srivastava i know bro
9th Dec 2020, 4:16 AM
Yash Chaudhari
Yash Chaudhari - avatar
+ 2
for print comment in new line , we use scape sequence (who works with backslash) some scape sequence :- \n = new line \t = tab horizontal \v = tab vertical etc.
1st Mar 2021, 12:16 PM
Abhishek Prajapati
Abhishek Prajapati - avatar
+ 2
Vani Srivastava #include<stdio.h> int main() { printf("vipul\n"); printf("srivastava"); }
2nd May 2021, 7:31 PM
Sachin Verma
Sachin Verma - avatar
+ 1
#include<stdio.h> int main(){ printf ("vipul"); printf ("srivastava");
7th Dec 2020, 12:08 PM
Vipul Srivastava
+ 1
where to use in this type of program
7th Dec 2020, 12:09 PM
Vipul Srivastava
+ 1
i want to prinnt srivastava in new line
7th Dec 2020, 12:09 PM
Vipul Srivastava
+ 1
can u please write small provram to print srivastava in new line
7th Dec 2020, 12:11 PM
Vipul Srivastava
+ 1
i need seivastav below vipul
7th Dec 2020, 12:13 PM
Vipul Srivastava
+ 1
than
7th Dec 2020, 12:15 PM
Vipul Srivastava
+ 1
It looks like it's not possible i searched on google and the search result is A compiledĀ CĀ program without access to its own source codeĀ willĀ not be able toĀ printĀ theĀ comments. TheĀ commentsĀ are removed by theĀ CĀ preprocessor, and never even seen by the compiler. In other words, theĀ commentĀ text is not available once the program is executable.
7th Dec 2020, 2:44 PM
Yash Chaudhari
Yash Chaudhari - avatar
+ 1
ŁˆŲ§Ł„Ł„Ł†Ł„ŁŠŲ«ŲøŲ¹
8th Dec 2020, 1:58 PM
Ų§Ł„Ų³Ų§Ų¹ŲÆŁŠ Ł…ŲµŲ·ŁŁŠ
+ 1
How enter multiple names in c
8th Dec 2020, 5:04 PM
RƃM RƃFTƃƃR
RƃM RƃFTƃƃR - avatar
+ 1
Vipul Srivastava Yash Chaudhari In all programming languages the word comments means a special and specific thing. Comments are text inserted into the program to explain what the code does if the code itself is too complicated to understand. The comments are there just to make the code easier to understand for someone reading the code. Text inside the comments is removed depending on the programming language before or during compilation and the comment text is not available once the program is compiled into an executable.
9th Dec 2020, 1:50 AM
Macross-Plus
Macross-Plus - avatar
- 2
thank you so much . well today i bought my new phone with my money and i am 12th class student . if its ok than can any one help me in coding on whats app . ill ask my query only
7th Dec 2020, 12:23 PM
Vipul Srivastava