Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Questions
Study lists
Yasmin Questions
5728 Questions
The default scope for the members of an interface is _____
c# programming
2022-05-26
Answers
30
Question
40
Followers
30
2
1
847
Abstract class contains _____
c# programming
2022-05-26
Answers
30
Question
40
Followers
30
0
1
626
Guess the output #include int main() { int x = 1, y = 0, z = 3; x > y ? printf("%d", z) : return z; }
C programming
2022-05-26
Answers
30
Question
40
Followers
30
0
1
564
Find out the error #include struct emp { char name[20]; int age; }; int main() { emp int xx; int a; printf("%d\n", &a); return 0; }
C programming
2022-05-26
Answers
30
Question
40
Followers
30
0
1
575
How many times tutorial links are present
C programming
2022-05-26
Answers
30
Question
40
Followers
30
0
1
584
What is the output?#include int main() { int i = 0, j = 0; if (i && (j = i + 10)) //do something ; }
C programming
2022-05-26
Answers
30
Question
40
Followers
30
0
1
605
Assume the output #include int main() { printf("%p", main) getchar() return 0 }
C programming
2022-05-26
Answers
30
Question
40
Followers
30
0
1
308
Find out the Output int main() { char arr[5]="The tutoriallinks.com" printf("%s",arr) return 0 }
C programming
2022-05-26
Answers
30
Question
40
Followers
30
1
1
298
Find out the Output int main() { int a = 10.5; printf("%d",a); return 0; }
C programming
2022-05-26
Answers
30
Question
40
Followers
30
0
1
612
Find out the error #include int main() { display(); return 0; } void display() { printf("IndiaBIX.com"); }
C programming
2022-05-26
Answers
30
Question
40
Followers
30
0
1
570
What is the output? #include int main() { int i = 1; if (i++ && (i == 1)) printf("Yes\n"); else printf("No\n"); }
C programming
2022-05-26
Answers
30
Question
40
Followers
30
0
1
614
Find out the Output int fun(char *str1) { char *str2 = str1; while(*++str1); return (str1-str2); } int main() { char *str = "geeksforgeeks"; printf("%d", fun(str)); getchar(); return 0; }
C programming
2022-05-26
Answers
30
Question
40
Followers
30
0
1
548
C programming language by itself provides
C programming
2022-05-26
Answers
30
Question
40
Followers
30
0
1
547
Total:
5728
Previous
281
282
283
284
285
Next
Go