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 4649

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

Bosch,

1 3625

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

2261

code for reverse alternate words from astring

IBM,

1 12516

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 49445

code for inverse a matrix

2092

code for find determinent of amatrix

1971

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,

2314

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

CSC, Wipro,

2201

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 6641

how to use virual function in real time example

CTS, Wipro,

1 4490

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 4053

why wipro wase

Wipro,

2313


Post New C Questions

Un-Answered Questions { C }

What are variables and it what way is it different from constants?

1244


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

2178


How many header files are in c?

1039


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3945


Do pointers need to be initialized?

1087


When was c language developed?

1196


Where are local variables stored in c?

1048


What is a shell structure examples?

1104


Under what circumstances does a name clash occur?

1204


What is hungarian notation? Is it worthwhile?

1226


What is the basic structure of c?

1086


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

1060


What is "Duff's Device"?

1170


What are valid signatures for the Main function?

1238


Is fortran still used in 2018?

1041