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 16115

what is link list?

3 6050

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

1 23102

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

Tech Mahindra,

12 33965

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 3766

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 4036

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 26603

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

2 7513

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

3 6908

tell me the full form of c?

2 7640

Reverse a string word by word??

9 15865

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

TCS, Wipro,

22 45612

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

TCS,

3 15959

How would you sort a linked list?

1 3852

why the execution starts from main function

9 20343


Post New C Questions

Un-Answered Questions { C }

Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2357


Why enum is used in c?

1022


What is difference between structure and union with example?

1123


What is call by value in c?

1056


What are preprocessor directives in c?

1158


Why is c used in embedded systems?

1176


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

1331


Write a program in c to replace any vowel in a string with z?

1177


What is scope and lifetime of a variable in c?

1123


When should the register modifier be used? Does it really help?

1009


define string ?

1173


How can I send mail from within a c program?

1078


What are the Advantages of using macro

1223


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

1222


Write a code to remove duplicates in a string.

1084