print ur name without using any semicolon in c/c++....
Answer Posted / deepjoy das
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("Deep"))
{
}
}
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
List some of the static data structures in C?
How is a macro different from a function?
Is null always defined as 0(zero)?
How to set file pointer to beginning c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
By using C language input a date into it and if it is right?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Why calloc is better than malloc?
How can I change their mode to binary?
Explain Basic concepts of C language?
what is the difference between class and unio?
How can I send mail from within a c program?
What is output redirection?
What is multidimensional arrays