Question
|
Answer
|
We can insert pre written code in a C program by
using
|
#include
|
The first expression in a for loop is
|
Value
of the counter variable
|
Break statement is used for
|
Quit
the current iteration
|
Continue statement used for
|
To
stop the current iteration and begin the next iteration from the beginning
|
Due to variable scope in c
|
Variables
created in a function cannot be used another function
|
Difference between calloc() and malloc()
|
calloc()
takes a single argument while malloc() needs two arguments
malloc()
takes a single argument while calloc() needs two arguments
|
calloc() belongs to which library
|
stdlib.h
|
Total number of keywords in C are
|
32
|
Use of \r in c
|
places
cursor at the start of line
|
rand() function returns
|
integer
value
|
The compiler in C ignores all text till the end
of line using
|
//
|
Which operator has the highest priority
|
()
|
A member is a
|
Variable
in a structure
|
To access the members of structure which
symbol is used
|
.
|
What is the full form of UML
|
Unified
modeling language
|
Monday, 4 January 2016
C Programming Language Questions Answers
By GK Planet Team Monday, 4 January 2016
Thanks for reading C Programming Language Questions Answers
←Previous
« Prev Post
« Prev Post
Next→
Next Post »
Next Post »
Recent Posts ⌚
Editor's Pick ⚡
- Driving Licence Categories in India (LMV-NT, LMV-T, MCWG etc.)
- List of Treaties in Indian History
- Rocks: Types with Examples & Properties
- Common Drugs and Their Usage
- Difference Between the Constitutional and Statutory Bodies in India
- Characteristics of Indian Economy
- List of Geographical Indications in India (GI Tag)
- Sectors of Indian Economy: Primary, Secondary & Tertiary
- List of Diseases in Crops or Plants caused by Fungi, Bacteria, Virus etc.
- History Terms and Definition (Ancient, Medival and Modern)
No comments:
Post a Comment