write c program without semicolon
Answer Posted / saranya
#include<iostream.h>
#include<conio.h>
int main()
(
if(printf("welcome"))
}
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
diff between exptected result and requirement?
How can I get random integers in a certain range?
What is I ++ in c programming?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Explain bitwise shift operators?
Why is sprintf unsafe?
How can I implement sets or arrays of bits?
Explain Function Pointer?
What is structure packing in c?
How many types of errors are there in c language? Explain
Lists the benefits of c programming language?
write a program to create a sparse matrix using dynamic memory allocation.
Is there anything like an ifdef for typedefs?
How can I manipulate individual bits?
What are identifiers in c?