Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How many types of arrays are there in c?

1084


Explain what are compound statements?

1106


What is masking?

1216


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

1106


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

1208


What are runtime error?

1181


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

8123


What is array within structure?

1174


i want to know the procedure of qualcomm for getting a job through offcampus

2519


Why is it that not all header files are declared in every C program?

1287


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

1148


What is external variable in c?

1100


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1962


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

1221


Write a factorial program using C.

1122