C Questions
#2
Q. :: How to write "Hello" without using printf function?

Take one string variable, and assign the value of hello, then by using the scanf function, scan the value of that variable. Which will print the hello word.

String str = "Hello";

Scanf("%s", str);

getch();

Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: questions attorney interviews, aavin about questioner questions, interiew questions, gi fi seminar questions, what is the interviewer questions, what questions to, interviewer questions to,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
C Questions - by seminar class - 04-04-2011, 09:15 AM
RE: C Questions - by john.huston45 - 07-06-2011, 03:47 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  Interview Questions and Answers interviewquestions 4 16,445 07-02-2017, 04:49 PM
Last Post: shabeer
  Interview Questions & Answers computer girl 0 17,044 08-06-2012, 11:09 AM
Last Post: computer girl
  Hibernate Interview Questions computer girl 0 16,801 07-06-2012, 04:21 PM
Last Post: computer girl
  Books & authors Related Questions , Answers computer girl 0 2,836 05-06-2012, 04:31 PM
Last Post: computer girl
  Coordinate Geometry Questions seminar class 1 5,518 21-07-2011, 11:13 AM
Last Post: smart paper boy
  JAVA Questions seminar class 1 4,676 26-05-2011, 12:23 PM
Last Post: dennywilliam
  Ten Tough Interview Questions and Ten Great Answers seminar class 0 11,420 22-04-2011, 03:18 PM
Last Post: seminar class
  Aptitude Questions seminar class 0 2,421 10-03-2011, 03:39 PM
Last Post: seminar class
  ASP.NET questions, part 1 seminar class 0 1,871 02-03-2011, 09:43 AM
Last Post: seminar class

Forum Jump: