𝐧𝐄
Do youunderstand me?🤔
Top T : Trollface Was Real
I prefer Dev c++
Top T : Trollface Was Real
Kalpesh
Anonymous
PLease wait, i'll tell u soon !!
Anonymous
Ok, Just go to the file destination via Windows Explorer then click view button above and check,[File name extensions]then change phd to html.Thats all !!!
abuyuusuf
Anonymous
Please send me basic c programming pdf
Anonymous
Ebook
Max
AkhiL
Q. If char=1, int=4, and float=4 bytes size, What will be the output of the program ?
#include<stdio.h>
int main()
{
char ch = 'A';
printf("%d, %d, %d", sizeof(ch), sizeof('A'), sizeof(3.14f));
return 0;
}
Anonymous
Hello I learn php who can help me with even ebook
Daniele°
Q. If char=1, int=4, and float=4 bytes size, What will be the output of the program ?
#include<stdio.h>
int main()
{
char ch = 'A';
printf("%d, %d, %d", sizeof(ch), sizeof('A'), sizeof(3.14f));
return 0;
}
1, 4, 4 ?
AkhiL
Anonymous
Okay
Syzygianinfern0
1, 4, 4 ?
wrong it is 1,1,4 @Akhilesh001
Daniele°
Warnings:
source_file.c: In function ‘main’:
source_file.c:6:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
printf("%d, %d, %d", sizeof(ch), sizeof('A'), sizeof(3.14f));
^
source_file.c:6:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
source_file.c:6:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
Result:
1, 4, 4
Daniele°
Warnings:
source_file.c: In function ‘main’:
source_file.c:6:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
printf("%d, %d, %d", sizeof(ch), sizeof('A'), sizeof(3.14f));
^
source_file.c:6:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
source_file.c:6:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
Result:
1, 4, 4
@polonium_2k
Daniele°
Default value is int
Daniele°
3 is int
'A' is int
Syzygianinfern0
no its char
Daniele°
Syzygianinfern0
try online compilers
Syzygianinfern0
cpp.sh/7yhtq
Syzygianinfern0
its char
Daniele°
Syzygianinfern0
Daniele°
Daniele°
'9'-'0' == 9
Syzygianinfern0
Daniele°
Result:
1, 1, 4
Daniele°
Syzygianinfern0
just c?
Daniele°
Daniele°
Result:
1, 4, 4
Syzygianinfern0
so thats what my brain processed
Daniele°
Language:
cpp_gcc
Source:
#include<stdio.h>
int main()
{
char ch = 'A';
printf("%ld, %ld, %ld", sizeof(ch), sizeof('A'), sizeof(3.14f));
return 0;
}
Result:
1, 1, 4
Daniele°
Language:
c_gcc
Source:
#include<stdio.h>
int main()
{
char ch = 'A';
printf("%ld, %ld, %ld", sizeof(ch), sizeof('A'), sizeof(3.14f));
return 0;
}
Result:
1, 4, 4
Syzygianinfern0
😁
AkhiL
Mahi
Can any1 send me pdf of embedded c programming
klimi
Mahi
You dont know huh
klimi
Mahi
I need basics pdf
klimi
Buy them
Mahi
😂😂
Mahi
Okay
klimi
See? Not so hard to understand
Mahi
Anonymous
Hey Guys.
I have a question...
Why don't we declare all variables as global instead of local to avoid passing it as arguments and to code less.
Is there any difference between global and local variables other than that global variables can be accessed from all the functions.
Anonymous
guys do u HV dormitory management system in linked link guys
Anonymous
How are you all
Imdee
I need c++ ebook
Anonymous
Anonymous
Igor🇺🇦
klimi
Anonymous
I will study null pointer
Anonymous
In c++
Anonymous
How we can include Arabic in c++?
A
What do u mean?
Anonymous
Anyone has a idea to prevent peer poisioning when a new client wants to become a supernode?
Igor🇺🇦
Kelvin
Kelvin
Anonymous
Hello
Anonymous
How we can include Arabic in c++?
Use Unicode https://msdn.microsoft.com/en-us/library/windows/desktop/dd374081(v=vs.85).aspx most API's have A/W for memory and string functions search msdn
Anonymous
Am new guy...if someone won't mind and teach me C/C++ language
Anonymous
Anonymous
Abduqodir
Igor🇺🇦
I dont need any code i need idea's....
Ideas for what?
If your peers want to poison you try to contract authorities, it's not related to C++. 😀
Try to be more specific and maybe someone would be able to help. The question as it's now is not clear at all.