Sunteți pe pagina 1din 6

11/23/2016

CInterviewQuestionsCBasicInterviewQuestionsPartIBALUTUTORIALS

C Interview Questions
eNotes

C++ Interview Questions

Objective C

DS Interview Questions

iPhone(iOS)

BALUTUTORIALS
Destination Towards Knowledge and Success

Home

Data Structure

C++ Interview Questions

SQLite
C Softwares

C Interview Questions
Projects

Tech News

C Interview Questions-C
Basic Interview Questions
Part-I
Balu Naik

March 8, 2015

FAQ, Interview Questions

Search

Search

Advertisement

No Comment

Subscribe via Email

C Interview Questions-C Basic


Interview Questions Part-I
Compiler designing comes under which software type?

Name

Email *

Clint specic projects all are which software type?


Mnemonic instructions are used in which language?
What isportability?

Subscribe

Latest Jobs Updates

What isplatform dependency andin dependency?


What isnative code?
What issource code?
What iscompile code?
What isobject code?
What is the dierence b/wcompile code andobject code?
Is Source code is always platform independent code?True/
False
Is compile code is compiler dependent or independent?True/

Follow on Facebook

False
Is Native code is platform dependent code? True/ False
http://www.balututorials.com/cinterviewquestionscbasicinterviewquestionsparti/

1/6

11/23/2016

CInterviewQuestionsCBasicInterviewQuestionsPartIBALUTUTORIALS

What isToken?
Operator behaviour is alwaysoperand dependent?True/False

Balututorials
3,903likes

What isL-value?
Can we place an array inL-value?
What isR-value?

Liked

Youlikethis

What is the use ofmodulus operator?


Can we apply modulus operator onoat values?
What is the use offmod(),fmodl()?

Advertisement

What istrue falsein c-language?


Is c-language supports bool data type?True/False
Is ANSI-C bool data type?True/False
How the expressions are evaluated whenmultiple operators
occur?
Isleft-to-rightor right-to-left order guaranteed for operator
priority?
Binaryoperator equal priority evaluated right to left ?True/
False
Unary operator equal priority evaluated right to left ?
TRUE/FALSE
When we are working with logical AND operator all expressions
must be true?TRUE/FALSE
When we are working with logical OR operator any one of the
expression must be true?TRUE/FALSE
In logical AND operator right side expression is not evaluated if
left side expression is false?TRUE/FALSE
In logical OR operator right side expression is not evaluated if
left side expression is True?TRUE/FALSE
What isformattedandunformattedfunction?
What is variable?

Recent Posts
C++ Placement Questions and
Answers
CPP Interview Questions and
Answers
C++ Interview Questions and
Answers For Freshers
Data Structures Interview
Questions-Trees
Data Structures Interview
Questions-Queue
Data Structures Interview
Questions-Stacks
Data Structures Interview
Questions-Sorting
Data Structures Interview
Questions-Linked List
Data Structures Interview
Questions-Placement paper
Data Structures Interview
Questions

What is the maximum length of variable name?


What is the maximum length of variable name as per ANSI-C?
Is all predened words are not keywords?TRUE/FALSE
http://www.balututorials.com/cinterviewquestionscbasicinterviewquestionsparti/

2/6

11/23/2016

CInterviewQuestionsCBasicInterviewQuestionsPartIBALUTUTORIALS

Is all keywords are predened words?TRUE/FALSE


What is mean bycase sensitive?
Is modulus operator return value sign always depends on
numerator value sign only?TRUE/FALSE
Can we use existence keywords in variable
declarations?TRUE/FALSE
Can we use operators in variable declarations?TRUE/FALSE
When it is required to specify body scope for control ow
statements?
What is alocal blockorlocal scope?
Can we store variables inlocal blocks?
Is for a single statement it doesnt require to specify body
scope?TRUE/FALSE
It possible to execute if and else block at a time?TRUE/FALSE
Is it possible to place semicolon (;) at end of if?TRUE/FALSE
Is it possible to place semicolon (;) at end of else?TRUE/FALSE
Is it possible to place semicolon (;) at end of switch?TRUE/FALSE

C Interview Questions-C Basic Interview


Questions Part-I
Is it possible to place semicolon (;) at end of while?TRUE/FALSE
Is it possible to place semicolon (;) at end of for?TRUE/FALSE
Is it possible to place semicolon (;) at end of do?TRUE/FALSE
Is it mandatory to place semicolon (;) at end of do-while?
TRUE/FALSE
Can we construct while loop with of condition?TRUE/FALSE
Can we construct for loop with of condition?TRUE/FALSE
Can we construct do-while loop with of condition?TRUE/FALSE
What is the behaviour offor loopwithout condition?
In which case using switchstatement is better than nested
ifstatements?
Using default case is mandatory in switchstatement?
http://www.balututorials.com/cinterviewquestionscbasicinterviewquestionsparti/

3/6

11/23/2016

CInterviewQuestionsCBasicInterviewQuestionsPartIBALUTUTORIALS

Can we skip break for last case of aswitchstatement?


Other than for loop when we can use comma operator?
How we can say whether a loop terminated prematurely?
Dierence betweengotoandlongjmp()andsetjmp()?
What are ternary operators?
What is mean by comments?
What is the dierence betweenpre-incrementandpostincrement?
Increment anddecrementsoperators behaviour always
compiler dependent only?TRUE/FALSE
Howstack evaluationswill take place?
Howregister evaluationswill take place?
Initialization andassignmenthow the expressions are
evaluated?
It is possible to place break statement outside of the loop or
switch?TRUE/FALSE
It is possible to place continue statement in switch body?
TRUE/FALSE
What is thereturn type of printf()? What it is?
What isreturn type of scanf()? What it is?
Switch statement can be applied to oat type?TRUE/FALSE
Switch statement can be applied to character constant type?
TRUE/FALSE
Can we use oat value in case keyword?TRUE/FALSE
Can we use character constant in case keyword?TRUE/FALSE
Can we use variable type in case keyword?TRUE/FALSE
Is it mandatory to place default block in switch
statement?TRUE/FALSE
By default any real value is double data type?TRUE/FALSE
What is meant bysigned data?
What is meant byunsigned data?

http://www.balututorials.com/cinterviewquestionscbasicinterviewquestionsparti/

4/6

11/23/2016

CInterviewQuestionsCBasicInterviewQuestionsPartIBALUTUTORIALS

Can we apply sign qualiers to a oat data type?TRUE/FALSE


What do you mean bysign bit?
What is the role ofsign bit in binary representation?
For any positive data sign bit is one for signed data
type?TRUE/FALSE
What is the best way to storeag values?
What is meant bymasking?
Is itbit elds are portable?
Is it better to usebit-shift operator than multiply by 2?
What you meant byhigh-orderandlow-orderbytes?
How number data is stored in 16 and 32 bit?

For More and Regular Updates Like Us


on Facebook!!
C Basic Interview questions Part-I, c interview questions, download c basic questions
by balu sir

No Comments Yet
Leave a Reply
Your email address will not be published. Required elds are marked *

Name *
Email *
Website

http://www.balututorials.com/cinterviewquestionscbasicinterviewquestionsparti/

5/6

11/23/2016

CInterviewQuestionsCBasicInterviewQuestionsPartIBALUTUTORIALS

Post Comment

C Placement Paper-II Questions

C Interview Questions-Array Interview

Download

Copyright 2016. BALUTUTORIALS

Questions

About Us

Contact Us

Privacy Policy

Data Structure

Placement Paper

http://www.balututorials.com/cinterviewquestionscbasicinterviewquestionsparti/

6/6

S-ar putea să vă placă și