print ur name without using any semicolon in c/c++....
Answer Posted / vignesh1988i
#include<stdio.h>
#include<conio.h>
void main()
{
int i;
if(printf("vignesh s r "))
{
i=1;
}
getch();
}
| Is This Answer Correct ? | 72 Yes | 47 No |
Post New Answer View All Answers
What are pointers really good for, anyway?
Why is python slower than c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
How can you determine the maximum value that a numeric variable can hold?
What is a ternary operator in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Explain the difference between null pointer and void pointer.
What is a built-in function in C?
How do shell structures work?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Explain what is the difference between functions abs() and fabs()?
Define Array of pointers.
Are pointers integers in c?