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 c programme for add of two numbers with out use of arthematic operators

2 4652

from which concept of 'c', the static member function of 'c++' has came?

Bosch,

1 3626

how to construct a simulator keeping the logical boolean gates in c

2261

code for reverse alternate words from astring

IBM,

1 12517

Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.

8 49454

code for inverse a matrix

2096

code for find determinent of amatrix

1972

code for replace tabs with equivalent number of blanks

Bosch,

2167

find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

Microsoft,

2316

Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

CSC, Wipro,

2203

write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};

5 6645

how to use virual function in real time example

CTS, Wipro,

1 4491

In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1855

Give the Output : * * * * * * * * * *

2 4057

why wipro wase

Wipro,

2313


Post New C Questions

Un-Answered Questions { C }

How would you obtain the current time and difference between two times?

1295


How do you convert strings to numbers in C?

1230


Is c easy to learn?

989


What does & mean in scanf?

1112


What is spaghetti programming?

1143


What is const keyword in c?

1167


What is a pointer variable in c language?

1111


Why do we use header files in c?

1079


what are the advantages of a macro over a function?

1146


Is array name a pointer?

1035


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1083


How can I write functions that take a variable number of arguments?

1130


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

2926


Explain what is the benefit of using enum to declare a constant?

1096


Why does everyone say not to use scanf? What should I use instead?

1424