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 10140

hi send me sample aptitude papers of cts?

2117

What is macro?

IBM,

5 8611

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

Microsoft,

11 20002

define function

Assurgent, Sonata,

4 7343

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

Assurgent,

6 10043

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

HCL, IBM,

22 50622

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 11177

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

16 76451

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

ICT, Infosys, Wipro,

24 84847

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 76748

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 120963

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

Microsoft, Vembu,

11 55088

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

1 10008

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

TCS,

10 49400


Post New C Questions

Un-Answered Questions { C }

What is memcpy() function?

1062


Explain what is a const pointer?

1048


Which is better malloc or calloc?

1068


What functions are in conio h?

1164


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1971


how to write optimum code to divide a 50 digit number with a 25 digit number??

3214


Why n++ execute faster than n+1 ?

2878


Can we declare variable anywhere in c?

932


What is sizeof array?

1015


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

3272


can anyone suggest some site name..where i can get some good data structure puzzles???

2035


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

2036


What is sorting in c plus plus?

944


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

1221


What does the characters “r” and “w” mean when writing programs that will make use of files?

1436