#include <stdio.h> int function(int p) { int q; return q; } int main() { int r; function(r); } int s;
s
Previous Question Next Question
Your comments will be displayed only after manual approval.