Explain Comma with a Print statement and Semicolon with Print Statement.
Answers
Answered by
0
Answer:
Ans. PRINT with Semi Colon: It is used to display the values One after another, without any space in between. PRINT with Comma: It is used to display the values one after another with plenty of spaces in between...
Explanation:
Hope it helps you .
Answered by
0
Answer:
When you separate the values by commas, the print function automatically inserts a space between the values and semicolon is used for execution of print statement in c .
Explanation:
Elaboration :-
-print f ("Enter ur value of a,b,c" , &a,&b,&c) ;
Similar questions