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 program that reads a series of strings and prints only those ending in "ed"

Accenture,

2 16012

what is link list?

3 5929

main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain

1 23006

main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

Tech Mahindra,

12 33596

I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7

1 3672

I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.

1 3963

if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?

Amazon, Apple, Bata, Google, NASA,

4 26443

any string of bits of length 'n' represents a unique non- negative integer between.............?

2 7386

write a function which accept two numbers from main() and interchange them using pointers?

3 6756

tell me the full form of c?

2 7536

Reverse a string word by word??

9 15549

wap to print "hello world" without using the main function.

TCS, Wipro,

22 44878

wite a programme in c to linear search a data using flag and without using flags?

TCS,

3 15797

How would you sort a linked list?

1 3754

why the execution starts from main function

9 20059


Post New C Questions

Un-Answered Questions { C }

Can a variable be both static and volatile in c?

1040


How a string is stored in c?

1071


Explain what is the advantage of a random access file?

1124


What is meant by int main ()?

1210


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

1087


Explain how do you view the path?

1173


swap 2 numbers without using third variable?

1132


Why do we need a structure?

1037


What is the function of multilevel pointer in c?

1087


What is a null string in c?

1038


What is a loop?

1042


Where static variables are stored in memory in c?

1001


Do you have any idea about the use of "auto" keyword?

1083


Explain what is dynamic data structure?

1167


What does != Mean in c?

1050