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 insert an element at the specified position in the given array in c language

Appin, IBM,

5 26252

What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

Bosch,

3 8520

how to generate the length of a string without using len funtion?

4 7765

write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 14518

Write a program to generate prime factors of a given integer?

2 6211

write a program to generate 1st n fibonacci prime number

2 5725

write a program to generate 1st n fibonacci prime number

12 51150

Write a program to generate prime factors of a given integer?

Microsoft,

9 33733

write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

Calsoft,

7 34497

1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

TCS,

4660

if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE

1 4125

YBJBU6

1 3770

Program to display given 3 integers in ascending order

N Tech,

1 5631

Program to find the absolute value of given integer using Conditional Operators

N Tech,

6 30510

Program to find the value of e raised to power x using while loop

IBM, N Tech,

5 32391


Post New C Questions

Un-Answered Questions { C }

Explain the difference between strcpy() and memcpy() function?

1069


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

1048


What is size of union in c?

1086


What is the sizeof () operator?

1141


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2978


Explain what are binary trees?

1139


please explain every phase in the "SDLC" in the dotnet.

2678


What is volatile c?

1093


Explain how does free() know explain how much memory to release?

1140


Which is more efficient, a switch statement or an if else chain?

1086


Is there any data type in c with variable size?

1152


Why does everyone say not to use gets?

1206


What is this infamous null pointer, anyway?

1109


Explain zero based addressing.

1099


What are file streams?

1073