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 the difference between structural,object based,object orientd programming languages?

PanTerra,

1 4991

How can we open a file in Binary mode and Text mode?what is the difference?

PanTerra,

1 4626

can any one tel me wt is the question pattern for NIC exam

NIC,

1983

I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

Aspire,

4 16072

Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

2189

Is main() function predfined or userdefined?

11 15886

what is difference between c and c++

4 6484

An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 7469

what is the use of keyword volatile??

LG Soft,

4 7522

Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer

TCS,

2699

3.write a simple program that will output your name,phone number,e-mail address,and academic major on separate lines 1.create an account and a personal directory for your work b.find out how to create a subdirectory on your system.create one called info c.you will use a text editor to type in your programs and data files.some C systems have a built in text editor;others do not.Find out what text editor you will be using and how to access it.create a text file(not a program) containing your name ,address,and telephone number on separate lines.Next,write the brand of computer you are using and the name of the text editor.Then write a paragraph that describes your past experience with computers.save this file in your info directory. d. find out how to print a file on your system .print out and turn in the file you created in (c).

TCS,

5265

2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }

Wipro,

1 4481

4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.

Wipro,

1 7397

5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer

4 11200

what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

Infosys,

20 21388


Post New C Questions

Un-Answered Questions { C }

Who is the founder of c language?

1168


Explain what are the __date__ and __time__ preprocessor commands?

1121


How do I read the arrow keys? What about function keys?

1086


What is a structure member in c?

1006


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1810


What are the complete rules for header file searching?

1089


Is it better to use a macro or a function?

1162


please explain every phase in the "SDLC" in the dotnet.

2619


What is a scope resolution operator in c?

1277


Explain what are multibyte characters?

1194


difference between native and cross compilers

2126


What’s the special use of UNIONS?

1152


What is data structure in c programming?

1079


What is else if ladder?

1022


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

1019