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

Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

2079

Can you think of a logic behind the game minesweeper.

2468

Why is it important to memset a variable, immediately after allocating memory to it ?

2077

What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

CTS, Wipro,

9 9841

using for loop sum 2 number of any 4 digit number in c language

2349

write an algorithm to display a square matrix.

2711

How will you allocate memory to a double pointer ?

2 4746

how do you programme Carrier Sense Multiple Access

1969

how can make variable not in registers

TCS,

1 3139

what is d pitfalls of registers variables

TCS,

3 5405

what is the hardware model of CFG( context free grammar)

Microsoft,

2722

Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]

2 5148

what is bitwise operator?

IBM,

1 3572

what is c?

IBM, TCS,

4 6030

write a program to print data of 5 five students with structures?

2048


Post New C Questions

Un-Answered Questions { C }

in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

1208


What is %d used for?

1042


What are structure members?

1094


Are the outer parentheses in return statements really optional?

1117


what do you mean by inline function in C?

1058


What is the use of extern in c?

1094


How can I recover the file name given an open stream?

1023


What is null pointer in c?

993


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1206


Is there a way to compare two structure variables?

1125


What are the uses of a pointer?

1153


p*=(++q)++*--p when p=q=1 while(q<=6)

1762


How can I call fortran?

1047


How can I manipulate strings of multibyte characters?

1115


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

1179