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
find out largest elemant of diagonalmatrix
Can the “if” function be used in comparing strings?
What is the acronym for ansi?
Explain how do you list a file’s date and time?
Can you write the function prototype, definition and mention the other requirements.
How does pointer work in c?
What do the functions atoi(), itoa() and gcvt() do?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Tell me is null always defined as 0(zero)?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
can we have joblib in a proc ?
p*=(++q)++*--p when p=q=1 while(q<=6)
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.
What are the keywords in c?
How can I run c program?