print ur name without using any semicolon in c/c++....
Answer Posted / shariq khan
#include<stdio.h>
#define A;
void main()
{
printf("shariq khan")A
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between break and continue?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What does. int *x[](); means ?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
explain what is a newline escape sequence?
What are the different types of C instructions?
What are identifiers c?
What is the difference between local variable and global variable in c?
What are compound statements?
What is the meaning of ?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What’s a signal? Explain what do I use signals for?
What is c value paradox explain?
What is a wrapper function in c?
What are the data types present in c?