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

what is array?

8 10661

hi send me sample aptitude papers of cts?

2225

What is macro?

IBM,

5 8993

Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

Microsoft,

11 20881

define function

Assurgent, Sonata,

4 7644

what is a headerfile?and what will be a program without it explain nan example?

Assurgent,

6 10459

write a program for size of a data type without using sizeof() operator?

HCL, IBM,

22 51982

If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).

Microsoft, Motorola,

5 11455

write a program to display the array elements in reverse order in c language

16 77496

write a program to find the sum of the array elements in c language?

ICT, Infosys, Wipro,

24 86427

write a program to find the number of even integers and odd integers in a given array in c language

IAI Cameroun, NIIT, Olive Tech, QIS,

13 77577

write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language

IT Park, TCS,

18 122041

Write a program to find the smallest and largest element in a given array in c language

Microsoft, Vembu,

11 55887

write a program to display the frequency of each element in a given array in c language

1 10126

write a program to sort the elements in a given array in c language

TCS,

10 50017


Post New C Questions

Un-Answered Questions { C }

What is structure pointer in c?

1097


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

4263


What is the size of array float a(10)?

1197


What is a program flowchart and explain how does it help in writing a program?

1366


What is an arrays?

1142


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.

1918


What are the loops in c?

1058


What is the modulus operator?

1262


What is union and structure?

1199


what are the different storage classes in c?

1239


What is the use of gets and puts?

1101


What is the process to generate random numbers in c programming language?

1225


What is array of pointers to string?

1161


Explain void pointer?

1102


What is wrong with this statement? Myname = 'robin';

1398