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 enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.

1 4022

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

L&T,

2439

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

L&T,

2645

write a program to interchange the value between two variable without using loop

1 3633

c program to subtract between two numbers without using '-' sign and subtract function.

1 3612

c program to subtract between two numbers without using '-' sign and subtract function.

2 6227

why 'c' is called middle level language.

2 5897

What is Your Name :)

1 3297

what is answer for perfect number????????????????

1 3425

write a program without using main function?

TCS,

2 5421

If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3920

if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 12909

1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 3276

player is good if the following conditions are satisfied: He is either from “India”, “Japan” or “Korea” He has a minimum of 3 years of experience He has won at least 3 major tournaments, and one of them must be "World Championship Tournament". He must know more than 10 techniques. (but see next question) If he knows less than 10 techniques, then he must be a world champion. His name contains at least 3 words. For example "Sachin Tendulkar" will not meet this condition. Write a method: boolean isGoodPlayer(String name, String country, int yearsExperience, String[] majorTournamentsWon, String[] techniques, boolean isWorldChampion) name country yearsExperience majorTournamentsWon techniques isWorldChampion

1 3703

which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

C DAC,

1 5488


Post New C Questions

Un-Answered Questions { C }

Can two or more operators such as and be combined in a single line of program code?

1375


What are preprocessor directives in c?

1102


How can you increase the size of a dynamically allocated array?

1192


Explain modulus operator. What are the restrictions of a modulus operator?

1020


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

2076


How can I pad a string to a known length?

1037


What is %s and %d in c?

1047


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1953


What is identifier in c?

1015


In a switch statement, what will happen if a break statement is omitted?

1066


How can I do serial ("comm") port I/O?

1184


What is getch() function?

1069


Is there a way to compare two structure variables?

1126


Explain what is a const pointer?

1087


Describe the difference between = and == symbols in c programming?

1379