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 4811

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

Bosch,

1 3686

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

2302

code for reverse alternate words from astring

IBM,

1 12585

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 49683

code for inverse a matrix

2133

code for find determinent of amatrix

2013

code for replace tabs with equivalent number of blanks

Bosch,

2212

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,

2352

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

CSC, Wipro,

2244

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 6789

how to use virual function in real time example

CTS, Wipro,

1 4561

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.

1904

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

2 4158

why wipro wase

Wipro,

2367


Post New C Questions

Un-Answered Questions { C }

An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

1192


What are the types of operators in c?

1100


Is there anything like an ifdef for typedefs?

1215


Is null a keyword in c?

1250


write a program to concatenation the string using switch case?

2146


List the variables are used for writing doubly linked list program.

2080


How can you read a directory in a C program?

1182


What is scope rule in c?

1122


What is the modulus operator?

1258


What are the various types of control structures in programming?

1104


What is the process of writing the null pointer?

1060


What is multidimensional arrays

1174


Why doesnt that code work?

1272


Is return a keyword in c?

1146


What is the use of static variable in c?

1142