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...

c program to print a name without using semicolon

Answer Posted / 080132

#include<stdio.h>
#include<conio.h>
void main{
if(printf("I am arafat from jstu")){


}
if(printf(" ")){


}
if(getch()){


}


}

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where we use clrscr in c?

1131


What is c++ used for today?

1108


How will you declare an array of three function pointers where each function receives two ints and returns a float?

1362


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

2000


List some of the dynamic data structures in C?

1239


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

1092


Explain how do you print only part of a string?

1212


Do variables need to be initialized?

1038


What do you mean by dynamic memory allocation in c? What functions are used?

1161


What is pragma in c?

1202


What is the use of typedef in c?

1029


What are examples of structures?

1104


What does & mean in scanf?

1105


What is the use of typedef in structure in c?

968


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

2192