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.

2021

Can you think of a logic behind the game minesweeper.

2426

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

2018

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

CTS, Wipro,

9 9483

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

2278

write an algorithm to display a square matrix.

2661

How will you allocate memory to a double pointer ?

2 4641

how do you programme Carrier Sense Multiple Access

1936

how can make variable not in registers

TCS,

1 3050

what is d pitfalls of registers variables

TCS,

3 5241

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

Microsoft,

2685

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 5055

what is bitwise operator?

IBM,

1 3489

what is c?

IBM, TCS,

4 5887

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

2012


Post New C Questions

Un-Answered Questions { C }

In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

2073


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

4171


What is variable declaration and definition in c?

872


Differentiate between new and malloc(), delete and free() ?

1148


what are the facialities provided by you after the selection of the student.

2195


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

5024


What is indirection?

1043


Are there namespaces in c?

1069


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

2086


How can you determine the maximum value that a numeric variable can hold?

1177


What is unary operator?

1062


How important is structure in life?

1042


What does 4d mean in c?

1458


Dont ansi function prototypes render lint obsolete?

1080


Can we change the value of static variable in c?

986