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
Differentiate between the = symbol and == symbol?
Write a Program to find whether the given number or string is palindrome.
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What are enumerated types?
What are the differences between Structures and Arrays?
What is a sequential access file?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What are the advantages of external class?
What is a pointer value and address in c?
Here is a neat trick for checking whether two strings are equal
How to define structures? ·
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Differentiate between full, complete & perfect binary trees.
Tell me what is the purpose of 'register' keyword in c language?
In c language can we compile a program without main() function?