Questions by akankshadewangan24

0 votes
0 answers
91
find number of tokens?1 .abc*def+xyz=52. abc*+
0 votes
2 answers
92
S - Sis a context-free grammar or not?
1 votes
2 answers
93
The maximum number of dimesions in array are .......................................in c language.
0 votes
1 answer
94
is there any operator in c which is context dependent?????????????/
0 votes
2 answers
95
array data is allocated in static instead of which it will give garbage value when the array is uninitialize .why??????????????????????????
0 votes
2 answers
96
#include <stdio.h #define foo(a,b) #b int main(void) { int a=10,b=15,ab=20; // your code goes here printf("%d",ab+foo(a,b)); return 0; } What is the output?
1 votes
2 answers
97
main() { char *p1="name"; char *p2; p2=(char*)malloc(20); memset(p2,0,20); while(*p2++=*p1++); printf("%s\n",p2); }
1 votes
1 answer
98
what is acknowlegment number in computer network???????????????????
1 votes
5 answers
99
rajiv spend 40% of his slary on food ,20%on house rent 10% on conveyance .if his saving at the month are 2000 rupees ,then his montholy slary is ............................