C Output Questions

  1. Find Error/Output in follwing code:
  2.                             
    void main()
    
    {
      printf("%d", printf("computer science"));
    }
    1. computer science16
    2. 16computer science
    3. computer science
    4. computer science18
Answer :
A
Explanation:
Added By : Dheeraj Singh

Post Your Question
Social Sharing
Search