You are not logged in.

#1 2015-09-17 04:10:48

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

C Language Basic Quiz:

C Programming Quizzes Multiple Choice set of C Language Basic questions

Directions:
Determine Output:

Question:
void main()
{
      char *p;
      p="Hello";
      printf("%c", *&*p);
}

Option A):
None
Option B):
H
Option C):
Hello
Option D):
Some Address will be printed

Correct Answer is Option B):
H


Failure is the first step towards seccess.

2015-09-17 04:10:48

Advertisement
Ads By Google

Re: C Language Basic Quiz:



\n

Board footer