Question: Consider the following c program: #include int main ( ) { int X = 7 , Y = 8 ; / / format string example
Consider the following c program:
#include
int main
int X Y ;
format string example
printfX is d Y is xx
X;
Which of the followings isare true?
Group of answer choices
The program does not have format string vulnerability.
The program has format string vulnerability.
The in format string x means padding the printout integer with s
The in format string x means printing out the integer in digits.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
