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

What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 2653

write a c program to find largest of three numbers using simple if only for one time.

1 2354

Why cd or dvd are round why not square.

1 2247

Which driver is a pure java driver

Vertex,

1 1706

In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1 1616

Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1 1790

The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

Microsoft,

1 1706

Explain output of printf("Hello World"-'A'+'B'); ?

1 1568

.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

1 2683

we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

1 1331

Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

Zoho,

1 1585

int i=10; printf("%d %d %d", i, i=20, i);

1 1719

largest Of three Number using without if condition?

1 1682

What is your favorite subject?

Ericsson, Invendis, Tech Mahindra,

1 2317

int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1 1952


Post New C Questions

Un-Answered Questions { C }

i have a written test for microland please give me test pattern

2795


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

2238


ATM machine and railway reservation class/object diagram

5319


hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

1930


What is the difference between union and anonymous union?

1381


What is pointers in c with example?

1145


How can I implement sets or arrays of bits?

1099


swap 2 numbers without using third variable?

1179


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2803


What are pointers? What are different types of pointers?

1238


write a progrmm in c language take user interface generate table using for loop?

2110


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2711


How do you determine the length of a string value that was stored in a variable?

1183


develop algorithms to add polynomials (i) in one variable

2243


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1977