You are not logged in.

#1 2015-09-12 06:11:48

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

Program Code:

C Programming Quizzes C Language Pointer

Directions:
What will be the output of the following program code?

Question:
#include<stdio.h>
void main()
{
      int i = 10;
      void *p = &i;
   

Option A):
10
Option B):
0.000000
Option C):
None
Option D):
Error

Correct Answer is Option B):
0.000000


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-09-12 06:11:48

Advertisement
Ads By Google

Re: Program Code:



\n

Board footer