- Online Exam Test Papers | - MCQs[multiple choice questions and answers ] | - Mock Test Papers | - Practice Papers | - Sample Test Papers |

Question:
 What will be output if you will compile and execute the following c code?
#include <stdio.h>
#include <string.h>
int main(){
char c='8';
printf("%d",c); return 0;
}

1.8

2. 8

3.9

4.Compile error

Posted Date:-2022-07-06 13:44:22


More MCQS Questions and answers

Search