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

If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.

Google,

12 46282

Write a C function to search a number in the given list of numbers. donot use printf and scanf

Honeywell, TCS,

6 11716

what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

Honeywell,

3 7830

Find string palindrome 10marks

Honeywell, Infosys, Riktam, Roland,

5 12197

a C prog to swap 2 no.s without using variables just an array?

TCS,

5 9113

Write a program in c to input a 5 digit number and print it in words.

11 63898

How to receive strings with spaces in scanf()

7 11308

i want explaination about the program and its stack reprasetaion fibbo(int n) { if(n==1 or n==0) return n; else return fibbo(n-1)+fibbo(n-2); } main() { fibbo(6); }

2 4755

wap in c to accept n number display the highest and lowest value

2 7539

wap in c to accept a number display the total count of digit

4 12398

what are the difference between ANSI C and Let Us c and Turbo C

LG Soft,

4 22590

The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................

HOV Services, IBM, Potty,

14 27356

what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>

TCS,

5 8972

i want to know the procedure of qualcomm for getting a job through offcampus

HCL,

2521

i want to know aptitude questions,technical questions

2 6688


Post New C Questions

Un-Answered Questions { C }

What are the 4 data types?

1062


Why we use break in c?

1078


What are header files in c programming?

1187


Write a program to print factorial of given number without using recursion?

1050


What is structure pointer in c?

1097


What are the preprocessor categories?

1119


What are the types of pointers?

1195


What is the function of this pointer?

1464


How reliable are floating-point comparisons?

1159


how to count no of words,characters,lines in a paragraph.

4479


given post order,in order construct the corresponding binary tree

2859


Why string is used in c?

1056


What are the valid places to have keyword “break”?

1151


what is use of malloc and calloc?

1959


Why is main function so important?

1165