328 views
1 votes
1 votes
from where we can practice  different variety of programming questions related to output except previous year

1 Answer

Related questions

0 votes
0 votes
0 answers
1
CJ147 asked Oct 13, 2018
219 views
How does the array related expression in printf works #include <stdio.h int main(void) { // your code goes here int a[3][4] = { 1,2,3,4,5,6,7,8,9,10,11,12 }; printf("%u",...
0 votes
0 votes
0 answers
2
CJ147 asked Oct 13, 2018
378 views
What is the output of this code void main(){ char *s = "\12345678\n"; printf("%d",sizeof(s)) }
0 votes
0 votes
1 answer
3
CJ147 asked Oct 13, 2018
323 views
How does the following expression evaluate to if suppose n=2n=2; a[++n]=n++;
0 votes
0 votes
0 answers
4
CJ147 asked Oct 13, 2018
230 views
How does the following expression evaluate to if suppose n=2a[++n]=n++;