last data update: 2011/10/14, 16:59

Website loading time

during the test: 4.26 s

cable connection (average): 6.23 s

DSL connection (average): 8.19 s

modem (average): 112.1 s

HTTP headers

Information about DNS servers

cquestionbank.blogspot.comCNAMEblogspot.l.google.comIN3600

Received from the first DNS server

Received from the second DNS server

Subdomains (the first 50)

Typos (misspells)

xquestionbank.blogspot.com
vquestionbank.blogspot.com
fquestionbank.blogspot.com
dquestionbank.blogspot.com
c1uestionbank.blogspot.com
c2uestionbank.blogspot.com
cwuestionbank.blogspot.com
cauestionbank.blogspot.com
cqyestionbank.blogspot.com
cqhestionbank.blogspot.com
cqjestionbank.blogspot.com
cqiestionbank.blogspot.com
cq8estionbank.blogspot.com
cq7estionbank.blogspot.com
cquwstionbank.blogspot.com
cqusstionbank.blogspot.com
cqudstionbank.blogspot.com
cqurstionbank.blogspot.com
cqu4stionbank.blogspot.com
cqu3stionbank.blogspot.com
cqueationbank.blogspot.com
cqueztionbank.blogspot.com
cquextionbank.blogspot.com
cquedtionbank.blogspot.com
cqueetionbank.blogspot.com
cquewtionbank.blogspot.com
cquesrionbank.blogspot.com
cquesfionbank.blogspot.com
cquesgionbank.blogspot.com
cquesyionbank.blogspot.com
cques6ionbank.blogspot.com
cques5ionbank.blogspot.com
cquestuonbank.blogspot.com
cquestjonbank.blogspot.com
cquestkonbank.blogspot.com
cquestoonbank.blogspot.com
cquest9onbank.blogspot.com
cquest8onbank.blogspot.com
cquestiinbank.blogspot.com
cquestiknbank.blogspot.com
cquestilnbank.blogspot.com
cquestipnbank.blogspot.com
cquesti0nbank.blogspot.com
cquesti9nbank.blogspot.com
cquestiobbank.blogspot.com
cquestiombank.blogspot.com
cquestiojbank.blogspot.com
cquestiohbank.blogspot.com
cquestionvank.blogspot.com
cquestionnank.blogspot.com
cquestionhank.blogspot.com
cquestiongank.blogspot.com
cquestionbznk.blogspot.com
cquestionbsnk.blogspot.com
cquestionbwnk.blogspot.com
cquestionbqnk.blogspot.com
cquestionbabk.blogspot.com
cquestionbamk.blogspot.com
cquestionbajk.blogspot.com
cquestionbahk.blogspot.com
cquestionbanj.blogspot.com
cquestionbanm.blogspot.com
cquestionbanl.blogspot.com
cquestionbano.blogspot.com
cquestionbani.blogspot.com
questionbank.blogspot.com
cuestionbank.blogspot.com
cqestionbank.blogspot.com
cqustionbank.blogspot.com
cquetionbank.blogspot.com
cquesionbank.blogspot.com
cquestonbank.blogspot.com
cquestinbank.blogspot.com
cquestiobank.blogspot.com
cquestionank.blogspot.com
cquestionbnk.blogspot.com
cquestionbak.blogspot.com
cquestionban.blogspot.com
qcuestionbank.blogspot.com
cuqestionbank.blogspot.com
cqeustionbank.blogspot.com
cqusetionbank.blogspot.com
cquetsionbank.blogspot.com
cquesitonbank.blogspot.com
cquestoinbank.blogspot.com
cquestinobank.blogspot.com
cquestiobnank.blogspot.com
cquestionabnk.blogspot.com
cquestionbnak.blogspot.com
cquestionbakn.blogspot.com
ccquestionbank.blogspot.com
cqquestionbank.blogspot.com
cquuestionbank.blogspot.com
cqueestionbank.blogspot.com
cquesstionbank.blogspot.com
cquesttionbank.blogspot.com
cquestiionbank.blogspot.com
cquestioonbank.blogspot.com
cquestionnbank.blogspot.com
cquestionbbank.blogspot.com
cquestionbaank.blogspot.com
cquestionbannk.blogspot.com
cquestionbankk.blogspot.com

Location

IP: 209.85.175.132

continent: NA, country: United States (USA), city: Mountain View

Website value

rank in the traffic statistics:

There is not enough data to estimate website value.

Basic information

website build using CSS

code weight: 754.9 KB

text per all code ratio: 7 %

title: C programming questions and answer

description:

keywords:

encoding: UTF-8

language: en

Website code analysis

one word phrases repeated minimum three times

PhraseQuantity
questions5
and4

two word phrases repeated minimum three times

PhraseQuantity
questions and4

three word phrases repeated minimum three times

B tags

C interview questions and answer with explanation:

void

main

if

while

switch

#include

int

(q)What will be output of following c program?

call

return

Solution of this problem:

Memory representation of:

0

char

float

long

double

for

do

case

break

default

(c)

else

Important points about static keyword:

not

static

extern

Note:

calculation

sum

In Turbo c compiler

Project -> Open project

OK

Project -> Add item

Add

Done

Alt+F9

Ctrl+F9

Project -> Close

visit

goto

Prototype of a function

printf

const

(1) What will be output if you will execute following code?

function

auto

x=(*ptr)()

*x

(2) What will be output if you will execute following code?

find

x=(*ptr)(‘A’)

(3) What will be output if you will execute following code?

static 

(4) What will be output if you will execute following code?

struct

(q) What is meaning of NULL?

#define

(1)What will be output of following c program?

(2)What will be output of following c program?

(3)What will be output of following c program?

#ifndef

#endif

sizeof

We cannot copy any thing in the NULL pointer.

swap

():

[]:

*

Identifier

Data type

(1) How to read following pointer?

Step 1:

Step 2:

Step3:

Step4:

ptr

pointer

array

(2) How to read following pointer?

Rule 2: 

(3) How to read following pointer?

(4) How to read following pointer?

(5) How to read following pointer?

(6) How to read following pointer?

unsigned

1.pascal:

2.cdecl:

1.What will be output of following program?

Output: 

(2) What will be output of following program?

Output:

(3) What will be output of following program?

(4) What will be output of following program?

convention

(5) What will be output of following program?

(6) What will be output of following program?

(7) What will be output of following program?

Far pointer:

(1) What will be output of following c program?

First 16 bit stores:

Next 16 bit stores:

FP_OFF():

FP_SEG():

MK_FP():

Limitation of far pointer:

Important points about far pointer:

continue

Use of void data type

While loop:

Properties of while loop:

signed

C program examples

C interview questions and answers

Data type questions

Variable naming rule questions

Operators questions

Control flow questions

Switch case questions

Looping questions

Pointer questions

String questions

Printf,Scanf questions

Preprocessor questions

Structure questions

Commad line argument

C questions in Linux

C online test

C mixed practice sets

C tricky questions

Example of recursion in c

C programming forums

Memory mapping tutorial in c

Variables tutorial in c

Data types tutorial in c

Storage classes tutorial in c

Looping tutorial in c

Pointers tutorial in c

Function tutorial in c

Array tutorial in c

Preprocessor tutorial in c

Advanced c tutorial

U tags

Answer

Hide

I tags

images

file namealternative text

headers

H1

H2

C compiler: gcc 4.1.2

INDEX

C questions and answers

C tutorial

C programming questions and answer

Standard of questions ?

Subscribe To

Share it

Addthis Sharing Gadget

C lover community

H3

C compiler: gcc 4.1.2

INDEX

C questions and answers

C tutorial

C programming questions and answer

Standard of questions ?

Subscribe To

Share it

Addthis Sharing Gadget

C lover community

H4

H5

H6

internal links

addressanchor text
C interview questions and answers
(If you don’t know what is segment the click here)
1. C interview questions with explanation
2. Good c interview questions and answers
3. Pointers interview questions
4. Storage class interview questions
Older Posts
Home
Posts (Atom)
C tutorial
C Programming Questions
Interview c questions
C programming pdf
C Test
Java questions
Publish your posts
C program examples
C interview questions and answers
Data type questions
Variable naming rule questions
Operators questions
Control flow questions
Switch case questions
Looping questions
Pointer questions
String questions
Printf,Scanf questions
Preprocessor questions
Structure questions
Commad line argument
C questions in Linux
C online test
C mixed practice sets
C tricky questions
Example of recursion in c
C programming forums
Memory mapping tutorial in c
Variables tutorial in c
Data types tutorial in c
Storage classes tutorial in c
Looping tutorial in c
Function tutorial in c
Array tutorial in c
Preprocessor tutorial in c
Advanced c tutorial
Data type questions in c
Variable naming rule questions
C operator question
If else questions in c
Looping questions in c
C pointers questions
More pointers questions
Array questions in c
String questions in c
Preprocessor questions in c
Structure questions in c
File handling Questions in c
Command line argument
c linux interview questions
Tricky c questions and answers
C multiple choice questions
c questions and explanations
C language questions
c quiz questions with answers
MCQ Questions in c
C interview questions
FAQ interview questions
Pointer interview questions
Storage class interview questions
Memory mapping index
C compilers
Turbo c compiler
Hexadecimal representation in c
Address range
TSR and TSO program
.com program and .exe program
Warning code in c
Memory cell in computer
Residence memory in c
Physical address of computer
Segmentation in c
Offset address meaning
Data segment in c
Definition of variable in c
Identifier naming rule in c
Value of variable in c language
Address of a variable in c
Declaration of a variable in c
Data types in c language
Introducing c data type
List of data type in c
Primitive data types in c
C data type modifiers
List of modifiers in c
Default modifier in c
Default data type in c
Modifiers in c
Modifiers of variable in c
C programming modifiers
Size of data types in c
Modifiers in c language
Range of data types in c
C data types limits
const modifier in c
volatile modifier in c
char in c
int in c
float in c
void in c
Memory representation of char
Memory representation signed char
Memory representation of int
Memory representation of signed int
Memory representation of float
Overflow in c
char overflow in c
Integer overflow in c
float overflow in c
storage classes in c
Scope and visibility
auto storage class in c
register storage class in c
static variable in c
extern keyword in c
Looping in c
while loop in c programming
do while loop in c
break and continue in c
Nested loop in c programming
Array in c
Preprocessor index
Preprocessor definitions in c
Preprocessor directives in c
#include directive in c
# define directive in c
Pragma directive in c
#pragma warn directive in c
Preprocessor operators in c
#if directive in c
#line directive in c
# error directive in c
# elif in c
#ifdef and #endif in c
#ifndef in c example
#undef in c
What is header file in c?
Advanced c index
System Level program by c
Mouse programming in c
Display mouse in c
Cursor program by c
How to create virus in c?
Create dos command in c
Create dir command in c
256 color to graphics mode
C code to create paint brush
Check perfect number
Check armstrong number
Check prime number
Check strong number
Check odd or even
Check palindrome number
Check string palindrome
Solve quadratic equation
Print fibonacci series
Get factorial
Print floyds triangle
Print pascal triangle
Generate mutiplication table
Print ASCII value
Print hello world without using;
Print own source code
Reverse any number
Sum of digits
Power of numbers
Sum two numbers without using +
Substract without using -
Largest among three numbers
Generic root of a number
Prime factors of a number
Convert string to int
Print 1 to 100 without using loop
Swap two numbers
Split numbers into digits
Count numbers of digits
LCM of numbers
HCF of two numbers
GCD of two numbers
Swap two numbers
Sawp without using third variable
Swap two arrays
Swap two strings
Decimal to binary
Decimal to octal
Decimal to hexadecimal
Octal to binary
Octal to decimal
Hexadecimal to binary
Binary to octal
Binary to decimal
Binary to hexadecimal
Addition of binary numbers
Multiplication of binary numbers
Fractional binary to decimal
Decimal to roman
Roman to decimal
Each digits into word
Currency into word
Upper case to lower case
Lower case to upper case
Count diffrent characters
Sort characters
Concat two strings
Length of string
Print initial
print substring
Reverse string
Compare two strings
Copy string
String to ASCII
Addition of two matrices
Substraction of two matixes
Matix multiplication
Sum of diagonal elements
Transport of marix
Inverse of matrix
Lower trainguler matrix
Upper trainguler matrix
Strassen's matrix
Determinant of matrix
Create a file
Copy data from one file to other
Display source code
Read a text file
Write array to a file
Concate files
Find size of file
Get type of file
Get read write permission
Last date of modification
Complex number program
Addition of two complex numbers
Sum of 1+2+3...+ n
Sum of 1^2 + 2^2 + …. + n^2
Sum 1^3 + 2^3 + …. + n^3
Sum of in A.P. series
Sum of G.P series
Sum of infinite G.P. series
Largest element of array
Second largest element of array
Second smallest element of array
Remove dublicate element of array
Delete specific element
Insert element at specific position
Find largest and smallest element
Bubble sort
Insertion sort
Selection sort
Quick sort
Merge sort
Find size of int
Find size of double
Find size of structure
Size of union
Linear search
Binary serach
Binary search using recursion
Area of circle
Area of triangle
Area of euilateral traingle
Area of right angled triangle
Area of rectangle
Area of trapezium
Surcface area of cube
Surce area of cubiods
Volume and surface area of cylinder
Surface area of cone
Surface area and volume sphere
Factorial of 100
Multiplications of larges numbers
Divisions of large numbers
Moduler division of large numbers
Power of a large number
Atm transactions
Pass one dimension array
Pass two dimension array
C program for accept password
scanf accept a sentence
scanf accept a paragraph
Prime numbers upto 300
Get ASCII value of character
Get last two digits of year
C program without main
Concate two string by pointer
Unit conversion
Sum of numbers
Matrix multiplication
Multiplication of numbers
Find LCM
Largest element of array
Check prime number
Decimal to binary
Fibonacci series
Reverse string
Check palindrome
Factorial of number
Gcd of two numbers
Sum of digits
Power of number
Binary search
Reverse a number
C faqs with answers pdf
C in depth pdf
C language questions pdf
C multiple choice questions pdf
C objective questions pdf
Objective type question in c pdf
C questions and answers pdf
Pointers questions pdf
C interview questions pdf
Online test in c pdf
Test your C skills pdf
C online test 1
C online test 2
C online test 3
Loading...
Help the community by publishing your posts

external links

addressanchor text
img
img
img
img
img
img
img
img
img
Pointers tutorial in c
Pointers tutorial c
Blogger