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 10162

hi send me sample aptitude papers of cts?

2119

What is macro?

IBM,

5 8621

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

Microsoft,

11 20030

define function

Assurgent, Sonata,

4 7352

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

Assurgent,

6 10062

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

HCL, IBM,

22 50707

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 11192

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

16 76501

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

ICT, Infosys, Wipro,

24 84902

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 76787

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 121007

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

Microsoft, Vembu,

11 55119

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

1 10012

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

TCS,

10 49421


Post New C Questions

Un-Answered Questions { C }

Where does the name "C" come from, anyway?

1099


Do you know null pointer?

987


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

3105


What is the purpose of 'register' keyword in c language?

992


By using C language input a date into it and if it is right?

1042


write a progrmm in c language take user interface generate table using for loop?

2012


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

1075


what is the different bitween abap and abap-hr?

2251


what is the format specifier for printing a pointer value?

990


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2719


How many loops are there in c?

1068


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

3188


Is c high or low level?

977


What does volatile do?

954


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

1083