Computer Science, asked by haritham2000, 5 months ago

#include<stdio.h> int main() { int x=5; int const *ptr=&x; ++(*ptr); printf("%d" , x); return 0; }​

Answers

Answered by Imblank
0

Answer:

x = 6

Read my bio once only

Similar questions