What is the output of the code written in C?
void main()
{
int k, v;
k = (v = 20, v + 2);
printf("%d", k);
}
Sponsored
hivanix.in
This quiz is brought to you by hivanix.in
🌐 Web App Development
Quick Navigation