Fundamental Programming Language II
By Prof. Vaibhav P Sonawane
Home
PPTs and Notes
Unit 1
Unit 2
Unit 3
Unit 4
Lab Manual
Ebooks
Exploring C by Yashwant Kanetkar
Letus C by Yashwant Kanetkar
Programming Language ANSI C by Denis Ritiche
MCQ
Unit 1
Unit 2
Unit 3
Unit 4
Wednesday, March 16, 2016
Question
11:26 PM
No comments
Question on Pointers:
main( )
{
int i = 3 ;
printf ( "\nAddress of i = %u", &i ) ;
printf ( "\nValue of i = %d", i ) ;
printf ( "\nValue of i = %d", *( &i ) ) ;
}
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
0 comments:
Post a Comment
Popular
Tags
Blog Archives
Blog Archive
▼
2016
(10)
▼
March
(6)
UNIT -I NOTES
Question
Question on Pointers
Question for your concept.
Java Notes
Assignment on Java
►
February
(3)
►
January
(1)
►
2015
(1)
►
December
(1)
Vaibhav Sonawane. Powered by
Blogger
.
Blog Archive
▼
2016
(10)
▼
March
(6)
UNIT -I NOTES
Question
Question on Pointers
Question for your concept.
Java Notes
Assignment on Java
►
February
(3)
►
January
(1)
►
2015
(1)
►
December
(1)
Contributors
Saswata
Unknown
Recent Posts
Download
0 comments:
Post a Comment