GeekInterview.com
Home
Tech Articles
Code Samples
Learn
Freelance Projects
Online Testing
Geek Talk
Job Postings
Knowledge Base
Geek Blogs
Question Bank
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
I am new,
Sign me up!
User Name
Remember Me?
Password
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
Home
Placement Papers
Sonata
C
Sonata C
Sonata C
Questions: 31
Comments: 53
Sonata C Tags
—
Pointer
Showing Questions 31-31 of 31 Questions
<<
Previous
1
2
3
[4]
Sponsored Links
Sonata C
Sorting Options
:
Replies
Date Added
Last Update
What is the output of the following program? main() { int n=5; printf("nn=%*d",n,n); } a)
What is the output of the following program? main() { int n=5; printf("nn=%*d",n,n); } a) n=5 b) n=5 c) n= 5 d) error
Read Answers (2)
Answer Question
Subscribe
View page
<<
Previous
1
2
3
[4]
Go Top
Sponsored Links
Sponsored Links
Ask Question
—
You must
login
to Ask Question or
Register
your free account
Category:
Question Title:
Question in Detail:
Add this to my Subscribed Questions (
?
)
Send me email when new answer is posted (
?
)
Sonata C Related
—
Latest Questions
Open Questions
Tutorials
What is the type of the variable b in the following declaration #define FLOATPTR float* FLOATPTR a,b; a)
What would be the output of the following program main() { int y=128; const int x=y; printf( quot;%d
In which line of the following, an error would be reported 1. #define CIRCUM(R) (3.14*R*R); 2. main() 3.
What is the output of the following program main() { int n=5; printf( quot;nn=%*d quot;,n,n); } a) n=5
On combining the following statements, you will get char*p; p=malloc(100); a) char *p= malloc(100) b)
How long the following program will run main() { printf( quot;nSonata Software quot;); main(); } a) infinite
A switch statement cannot include a) constants as arguments b) constant expression as arguments c) string
What would be the output of the following program main() { const int x=5; int *ptrx; ptrx= amp;x; *ptrx=10; printf(
Point out the error in the following program main() { const char *fun(); *fun()=A; } const char *fun() { return
According to ANSI specifications which is the correct way of declaring main() when it receives command
Expert Members
—
#
User Name
Count
1
shrutimitra
12
2
nirupa
1
3
raghumanohar16
1
4
sonnathivinil
1
5
Rage
1
Subscribe
—
Get Latest Updates Via RSS Reader or by Email
Forum Discussion
Knowledge Base
Learning Series
Freelance Jobs
GeekInterview Blog
Testing Interview Questions
Oracle Interview Questions
Java Interview Questions
Latest Placement Papers
Free Training
Learn AJAX
About Us
-
Privacy Policy
-
Terms and Conditions
-
Contact
-
Ask Question
-
Propose Category
-
Site Updates
Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved