You are not logged in.

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

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
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


Failure is the first step towards seccess.

2015-09-12 06:11:49

Advertisement
Ads By Google

Re: Program Code:



Board footer