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 4484

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

Bosch,

1 3561

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

2217

code for reverse alternate words from astring

IBM,

1 12446

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 49143

code for inverse a matrix

2036

code for find determinent of amatrix

1931

code for replace tabs with equivalent number of blanks

Bosch,

2108

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,

2276

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

CSC, Wipro,

2162

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 6432

how to use virual function in real time example

CTS, Wipro,

1 4423

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.

1810

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

2 3970

why wipro wase

Wipro,

2264


Post New C Questions

Un-Answered Questions { C }

Dont ansi function prototypes render lint obsolete?

1079


Stimulate calculator using Switch-case-default statement for two numbers

2935


How do you do dynamic memory allocation in C applications?

1059


What is getch () for?

1166


Explain what is wrong with this statement? Myname = ?robin?;

1539


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

1039


What are the advantages of using Unions?

1079


What is build process in c?

1095


What is #define size in c?

1133


Explain how do you list files in a directory?

1028


What is the use of in c?

964


What is #include stdio h and #include conio h?

1057


What is difference between function overloading and operator overloading?

1060


What is assert and when would I use it?

974


What is the benefit of using #define to declare a constant?

1061