What is the difference between single charater constant and string constant?


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

Post New Answer

More C Interview Questions

what is event driven software and what is procedural driven software?

0 Answers  


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

2 Answers   NetApp,


What are the functions to open and close the file in c language?

0 Answers  


Describe how arrays can be passed to a user defined function

0 Answers  


what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }

9 Answers   HCL,






count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


What is echo in c programming?

0 Answers  


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

0 Answers  


Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort

7 Answers  


triangle number finding program...

1 Answers   HCL,


to find out the reverse digit of a given number

6 Answers   Infosys, Microsoft, TCS, Wipro,


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 10 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.

0 Answers   Convergys,


Categories