

Strings - Programming
Q1: What will be the output of the program ?
#include<stdio.h>
int main()
{
printf(5+"AptitudeCrack\n");
return 0;
}
A Error
B AptitudeCrack
C Aptitude
D None of above
ANS:C - Aptitude printf(5+"AptitudeCrack\n"); In the printf statement, it skips the first 5 characters and it prints "Aptitude" |


For help Students Orientation
Mcqs Questions
One stop destination for examination, preparation, recruitment, and more. Specially designed online test to solve all your preparation worries. Go wherever you want to and practice whenever you want, using the online test platform.