102 views
0 votes
0 votes
NTA PhD Entrance Examination CS  2023| Part 2  Question-13

Question No. 13 / Question ID 974071
Marks: 4.00
The output of the following $\mathrm{C}$ code is
void main()
\{
printf("\%d", printf("hello"));
\}
1. hello5
2. hello
3. compilation error
4. "hello"
1
2
3
4 (Chosen Option)

1 Answer

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
1 answer
2
admin asked Dec 2, 2023
158 views
Question No. 1 / Question ID 974051Marks: 4.00The number of divisors of 2100 is1. 422. 363. 784. 721 (Chosen Option)234
0 votes
0 votes
1 answer
4
admin asked Dec 2, 2023
137 views
Question No. 3 / Question ID 974076Marks: 4.00void main()\{int $\mathrm{i}$;for $(i=0 ; i