0% found this document useful (0 votes)
145 views6 pages

C Programming:: Pointers: Exercise:: Pointers - General Questions

C Pointers

Uploaded by

Nelson Raja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
145 views6 pages

C Programming:: Pointers: Exercise:: Pointers - General Questions

C Pointers

Uploaded by

Nelson Raja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

3/13/2018 Pointers - C Programming Questions and Answers Page 2

Search...

Home Aptitude Logical Verbal CA Current Affairs GK Engineering Interview Online Test Puzzles

C Programming :: Pointers
Home » Engineering » C Programming » Pointers » General Questions

Exercise :: Pointers - General Questions


Pointers - General Questions
Pointers - Find Output of Program
Pointers - Point Out Errors
Pointers - Point Out Correct Statements
Pointers - True / False Questions
Pointers - Yes / No Questions

6. What would be the equivalent pointer expression for referring the array element a[i][j][k][l]
A.((((a+i)+j)+k)+l)
B.*(*(*(*(a+i)+j)+k)+l)
C.(((a+i)+j)+k+l)
D.((a+i)+j+k+l)

Answer: Option B

Explanation:

No answer description available for this question. Let us discuss.


Workspace

Report errors

https://www.indiabix.com/c-programming/pointers/037002 1/6
3/13/2018 Pointers - C Programming Questions and Answers Page 2

...

Name :
Email:
Send Report
Online C Compiler

/* Note: GCC Compiler (32 Bit Linux Platform). */

#include<stdio.h>
int main()
{
printf("Weclome to IndiaBIX.com..!");
return 0;
}

Compile and Execute...


View Answer Discuss in Forum C Compiler Report

7. A pointer is
A.A keyword used to create variables
B.A variable that stores address of an instruction
C.A variable that stores address of other variable
D.All of the above

Answer: Option C

Explanation:

No answer description available for this question. Let us discuss.


Workspace

Report errors
...

Name :
Email:
Send Report
https://www.indiabix.com/c-programming/pointers/037002 2/6
3/13/2018 Pointers - C Programming Questions and Answers Page 2

Online C Compiler

/* Note: GCC Compiler (32 Bit Linux Platform). */

#include<stdio.h>
int main()
{
printf("Weclome to IndiaBIX.com..!");
return 0;
}

Compile and Execute...


View Answer Discuss in Forum C Compiler Report

8. The operator used to get value at address stored in a pointer variable is


A.*
B.&
C.&&
D.||

Answer: Option A

Explanation:

No answer description available for this question. Let us discuss.


Workspace

Report errors
...

Name :
Email:
Send Report
Online C Compiler

https://www.indiabix.com/c-programming/pointers/037002 3/6
3/13/2018 Pointers - C Programming Questions and Answers Page 2

/* Note: GCC Compiler (32 Bit Linux Platform). */

#include<stdio.h>
int main()
{
printf("Weclome to IndiaBIX.com..!");
return 0;
}

Compile and Execute...


View Answer Discuss in Forum C Compiler Report

« Prev 1 2

https://www.indiabix.com/c-programming/pointers/037002 4/6
3/13/2018 Pointers - C Programming Questions and Answers Page 2

7 resolutions for 2018 C Programming Test - Networking Questions Bitwise Operators - C


Random - Online C and Answers Programming
Programming Test Questions and Answers

Ad ICICI indiabix.com indiabix.com indiabix.com

Computer Science Test Number puzzles - For Cisco Placement Analog Electronics -
- Random - Online Interviews, Placement, Papers Electronics and
Computer Science Test Competitive and... Communication...

indiabix.com indiabix.com indiabix.com indiabix.com

Read more:
Pointers - Find Output of Program
Pointers - Point Out Errors
Pointers - Point Out Correct Statements
Pointers - True / False Questions
Pointers - Yes / No Questions

Current Affairs 2018

Interview Questions and Answers

https://www.indiabix.com/c-programming/pointers/037002 5/6
3/13/2018 Pointers - C Programming Questions and Answers Page 2

© 2009 - 2018 by IndiaBIX™ Technologies. All Rights Reserved. | Copyright | Terms of Use & Privacy Policy

Contact us: info-@-@[email protected] Follow us on twitter!

https://www.indiabix.com/c-programming/pointers/037002 6/6

You might also like