can we print any string without using terminator?
Answer Posted / ashutosh
the format should b like this
void main()
{
if(printf("i luv u deepa")
{
}
}
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What is file in c language?
Can we initialize extern variable in c?
Explain what is page thrashing?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What does double pointer mean in c?
hi any body pls give me company name interview conduct "c" language only
What is the difference between null pointer and wild pointer?
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.
How can you tell whether two strings are the same?
Why we write conio h in c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is the difference between array and structure in c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Is c language still used?