Embedded system learner
Fast Coding
C language developed by___________?
8 months ago | [YT] | 1
View 0 replies
main(){unsigned char a;a = 0xFF + 1;printf("%d", a);}
void main(){int x=256;char ch=x;printf("%d",ch);}
A double data type always occupies ___________ bytes.
8 months ago | [YT] | 2
#include <stdio.h>int main(){ printf(5 + "Fast Code"); return 0;}
Windows
Differences between C & C++#C#c++
Fast Coding
C language developed by___________?
8 months ago | [YT] | 1
View 0 replies
Fast Coding
main()
{
unsigned char a;
a = 0xFF + 1;
printf("%d", a);
}
8 months ago | [YT] | 1
View 0 replies
Fast Coding
void main()
{
int x=256;
char ch=x;
printf("%d",ch);
}
8 months ago | [YT] | 1
View 0 replies
Fast Coding
A double data type always occupies ___________ bytes.
8 months ago | [YT] | 2
View 0 replies
Fast Coding
#include <stdio.h>
int main()
{
printf(5 + "Fast Code");
return 0;
}
8 months ago | [YT] | 2
View 0 replies
Fast Coding
8 months ago | [YT] | 2
View 0 replies
Fast Coding
Windows
8 months ago | [YT] | 2
View 0 replies
Fast Coding
Differences between C & C++
#C#c++
8 months ago | [YT] | 2
View 0 replies