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
How many types of arrays are there in c?
Explain what are compound statements?
What is masking?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What are runtime error?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is array within structure?
i want to know the procedure of qualcomm for getting a job through offcampus
Why is it that not all header files are declared in every C program?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is external variable in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Write a factorial program using C.