Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Interview Questions
Questions Answers Views Company eMail

Can you write the function prototype, definition and mention the other requirements.

Adobe,

1197

What are conditional operators in C?

Adobe,

1141

Tell us two differences between new () and malloc ()?

Adobe,

1272

What is calloc()?

Adobe,

1129

When should structures be passed by values or by references?

Adobe,

1079

Write the syntax and purpose of a switch statement in C.

Adobe,

1150

Explain a file operation in C with an example.

Amdocs,

1172

Tell me about low level programming languages.

Amdocs,

1188

In C language, a variable name cannot contain?

1324

The __________ attribute is used to announce variables based on definitions of columns in a table?

1251

What are high level languages like C and FORTRAN also known as?

1233

What are two dimensional arrays alternatively called as?

1242

What does a pointer variable always consist of?

1156

What is the collection of communication lines and routers called?

1180

What is the size of array float a(10)?

1187


Post New C Questions

Un-Answered Questions { C }

What is the code for 3 questions and answer check in VisualBasic.Net?

2207


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

1126


Is the exit() function same as the return statement? Explain.

1155


What is the use of ?

1083


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

1090


How can I find out how much free space is available on disk?

1103


In which header file is the null macro defined?

1400


What are linker error?

1146


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1903


Explain c preprocessor?

1155


What is an lvalue in c?

1179


Can the curly brackets { } be used to enclose a single line of code?

1215


What is the heap?

1258


what is use of malloc and calloc?

1947


What does #pragma once mean?

1205