319 views
1 votes
1 votes

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
1
RahulVerma3 asked 6 days ago
78 views
My question is that can we use command line arguments without use of main function's parameters argc and *argv?
0 votes
0 votes
0 answers
2
RahulVerma3 asked Mar 16
104 views
I have a question that can we use command line arguments without main function arguments?int main(int argc, char argv){}
0 votes
0 votes
1 answer
3
SSR17 asked Feb 29
206 views
#include <stdio.h int main() { int i = -1; int x = (unsigned char)i; printf("%d", x); return 0; }output is 255 , but please explain how