Let's Learn togetherπ¨βπ»π©βπ» :)LIKE | SHARE | SUBSCRIBEContents of this Channel...!πππβ C β C++ β Java β Python
Learn Programming
Q. Uses of function
2 years ago | [YT] | 7
View 0 replies
Q. A function which calls itself is called a ___ function
2 years ago | [YT] | 9
Array of Pointer in C
pointer to pointer in c language
Q. #include <stdio.h> main() { int n = 0, m = 0; if (n > 0) if (m > 0) printf("True"); else printf("False"); }
Q. How many number of pointer (*) does C have against a pointer variable declaration?
Q. 16. The maximum length of a variable in C is ___
Q. The function scanf is used to ___
2 years ago | [YT] | 10
Increment decrement operators in c programmingvideo link : https://youtu.be/M3U3NaYYiSQ
Q. What will be the output of the following C code? int main() { int a = 1, b = 1, c; c = a++ + b; printf("%d, %d", a, b); }
2 years ago | [YT] | 8
Load more
Learn Programming
Q. Uses of function
2 years ago | [YT] | 7
View 0 replies
Learn Programming
Q. A function which calls itself is called a ___ function
2 years ago | [YT] | 9
View 0 replies
Learn Programming
Array of Pointer in C
2 years ago | [YT] | 7
View 0 replies
Learn Programming
pointer to pointer in c language
2 years ago | [YT] | 7
View 0 replies
Learn Programming
Q. #include <stdio.h>
main()
{
int n = 0, m = 0;
if (n > 0)
if (m > 0)
printf("True");
else
printf("False");
}
2 years ago | [YT] | 7
View 0 replies
Learn Programming
Q. How many number of pointer (*) does C have against a pointer variable declaration?
2 years ago | [YT] | 7
View 0 replies
Learn Programming
Q. 16. The maximum length of a variable in C is ___
2 years ago | [YT] | 9
View 0 replies
Learn Programming
Q. The function scanf is used to ___
2 years ago | [YT] | 10
View 0 replies
Learn Programming
Increment decrement operators in c programming
video link : https://youtu.be/M3U3NaYYiSQ
2 years ago | [YT] | 7
View 0 replies
Learn Programming
Q. What will be the output of the following C code?
int main()
{
int a = 1, b = 1, c;
c = a++ + b;
printf("%d, %d", a, b);
}
2 years ago | [YT] | 8
View 0 replies
Load more