What is a string?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

yogesh patil in dell

3 Answers   DELL,


What is the difference between #include <header file> and #include “header file”?

0 Answers  


Explain what is the most efficient way to store flag values?

0 Answers  


can u give me the good and very optimised code for a car racing game?

0 Answers  


Write an implementation of “float stringToFloat(char *str).” The code should be simple, and not require more than the basic operators (if, for, math operators, etc.). • Assumptions • Don’t worry about overflow or underflow • Stop at the 1st invalid character and return the number you have converted till then, if the 1st character is invalid return 0 • Don’t worry about exponential (e.g. 1e10), instead you should treat ‘e’ as an invalid character • Write it like real code, e.g. do error checking • Go though the string only once • Examples • “1.23” should return 1.23 • “1a” should return 1 • “a”should return 0

6 Answers   Qualcomm,






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

0 Answers   Celstream,


please give me some tips for the placement in the TCS.

0 Answers   TCS,


can we access one file to one directory?

1 Answers  


What is infinite loop?

0 Answers  


Write a code to determine the total number of stops an elevator would take to serve N number of people.

0 Answers   Expedia,


what do the 'c' and 'v' in argc and argv stand for?

0 Answers   TISL,


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

1 Answers  


Categories