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 45763

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

Honeywell, TCS,

6 11482

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 7686

Find string palindrome 10marks

Honeywell, Infosys, Riktam, Roland,

5 12010

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

TCS,

5 8910

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

11 63421

How to receive strings with spaces in scanf()

7 11072

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 4636

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

2 7430

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

4 12209

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

LG Soft,

4 22355

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 26750

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 8772

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

HCL,

2471

i want to know aptitude questions,technical questions

2 6601


Post New C Questions

Un-Answered Questions { C }

What are different types of operators?

1044


What are the features of c languages?

1102


what is the basis for selection of arrays or pointers as data structure in a program

4309


What is the difference between break and continue?

1528


Explain how can you tell whether a program was compiled using c versus c++?

1103


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

3250


Describe explain how arrays can be passed to a user defined function

1105


What is double pointer in c?

1042


Write a program to print "hello world" without using a semicolon?

1063


What is the difference between printf and scanf )?

1098


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5956


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

3183


Lists the benefits of c programming language?

1139


What are the differences between new and malloc in C?

1150


show how link list can be used to repersent the following polynomial i) 5x+2

2313