Computer Science, asked by nitin47rathi, 13 days ago

statement printf("%c", 105); will print?​

Answers

Answered by kantibharti789
1

Answer:

must join our group of python learners and projects makers

mail at [email protected]

must join

Answered by nidaeamann
1

Explanation:

C language is one of the basic computer languages and is quite commonly used. There are different things that need to be learned before programming and one basic command is the printf command used to print any character, variable or number. Now in give case, %c is used to print some character whereas 105 is not a character. Hence the compiler will generate an error in this case

Similar questions