c program to print a name without using semicolon
Answer Posted / subash
main()
{
if(printf("SATYA"))
{
}
}
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the difference between a free-standing and a hosted environment?
Can two or more operators such as and be combined in a single line of program code?
What is file in c preprocessor?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the collection of communication lines and routers called?
What are the advantages and disadvantages of a heap?
What is c language used for?
differentiate built-in functions and user – defined functions.
write a c program for swapping two strings using pointer
Difference between Shallow copy and Deep copy?
Explain how does flowchart help in writing a program?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is getch c?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...