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


how to print a statement in c without use of console
statement ,with the help of if statement it should print

Answers were Sorted based on User's Feedback



how to print a statement in c without use of console statement ,with the help of if statement it s..

Answer / girish

#include <stdio.h>
void main()
{
if(printf("Hello World"))
}

Is This Answer Correct ?    14 Yes 3 No

how to print a statement in c without use of console statement ,with the help of if statement it s..

Answer / deepanshu kakkar

#include<stdio.h>
void main()
{
if(printf("deepanshu kakkar"));
}

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More C Interview Questions

Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.

3 Answers   SilverKey,


What is the equivalent code of the following statement in WHILE LOOP format?

0 Answers  


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

0 Answers   Microsoft,


Is double link list a linear data structure? If Yes, Why?If No, Why?

4 Answers  


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


How do we open a binary file in Read/Write mode in C?

0 Answers   Alter,


what is void pointer?

1 Answers   Wipro,


Whats s or c mean?

0 Answers  


Tell me about low level programming languages.

0 Answers   Amdocs,


what is c++ programming?

3 Answers   TCS,


long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 Answers   Acropolis, HCL, Intel, TCS,


Categories