print ur name without using any semicolon in c/c++....
Answer Posted / revathi pawar
#include<stdio.h>
{
int i;
if(printf("bill gates"))
i=1;
}
| Is This Answer Correct ? | 20 Yes | 47 No |
Post New Answer View All Answers
What is an array? What the different types of arrays in c?
Is null equal to 0 in sql?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is #define used for in c?
What is spark map function?
Describe how arrays can be passed to a user defined function
Write a program to reverse a given number in c?
There seem to be a few missing operators ..
What is a 'null pointer assignment' error?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is header file in c?
Why do we write return 0 in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Which header file is used for clrscr?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...