[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.
Technical Discussion :: C
Home > Technical Interview Q&A > C > Discussion

81 / 123

How would you write printf statement without using ";".

Answer:

#include <stdio.h>

int main(){

    if(printf("q4 Interview")){        
  

        }
}

note that printf returns the value printed to stdout so the above program prints q4 interview

Asked In :: AricentSyntel Inc.

Post Your Answer Here:


Rate This: +0 -0     
Report    

Post Your Reply Here:

Alert me
q4i-reply-your-answer

Report Error

Please Login First Click Here

Most Popular Qs.