𝐧𝐄
Do youunderstand me?🤔
Anshika
which is better-Sublime Text-Note pad++
i think sublime text is better dude..!! it becomes easy to find your errors/mistakes..and + its use is more easy and better..
Top T : Trollface Was Real
I prefer Dev c++
Top T : Trollface Was Real
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 !!!
Anonymous
Please send me basic c programming pdf
Anonymous
Ebook
Max
Ebook
#cpp
Max
Please send me basic c programming pdf
why it is so hard to read what Marie said to you? "Please red the pinned message"
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
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°
Default value is int
Daniele°
3 is int 'A' is int
Syzygianinfern0
no its char
Daniele°
Syzygianinfern0
try online compilers
Syzygianinfern0
cpp.sh/7yhtq
Aman
3 is int 'A' is int
How can 'A' be int? Is it converting it in ASCII ?
Syzygianinfern0
its char
Syzygianinfern0
How can 'A' be int? Is it converting it in ASCII ?
no it is int if its just A not 'a'
Daniele°
'9'-'0' == 9
Syzygianinfern0
cpp.sh/7yhtq
@vbextreme
Daniele°
@vbextreme
Cpp is different
Daniele°
Result: 1, 1, 4
Daniele°
Syzygianinfern0
Cpp is different
what did u say of then?
Syzygianinfern0
just c?
Daniele°
just c?
C is 1,4,4
Daniele°
Result: 1, 4, 4
Syzygianinfern0
C is 1,4,4
well i know only c++..
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
Mahi
You dont know huh
klimi
You dont know huh
No piracy here
Mahi
I need basics pdf
klimi
Buy them
Mahi
😂😂
Mahi
Okay
klimi
See? Not so hard to understand
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
I need c++ ebook
Yeah even me
Anonymous
klimi
Why
If you want them...
Alfarsi
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.
Yes, there is 1- The global is the one that can be reached from all of the methods 2- The local is the one that can be reached only inside the method For example: Int x = 3; Main method{ Int y = 2; Int sum = y + x; }//no error But Int x = 3; Main method{ Int y = 2; } Int sum = y + x; //error because y declared only inside the method... that’s the difference ,,, Hope u understand it !!!
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🇺🇦
Anyone has a idea to prevent peer poisioning when a new client wants to become a supernode?
Do really think anyone has any idea what you're talking about?
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
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.