Anonymous
Anonymous
Anonymous
What's wrong with this
Anonymous
Plz help me
Anonymous
Bro you have stored ans_int's address in p_ans_int.I think double can't store address because address is an integer .That is why you are getting garbage value I think.
Anonymous
@anunaym14 spam
Anonymous
@anunaym14 spam
Thanks for the report
Anonymous
???
Whats the exact problem?
Anonymous
Plz help me
Give me a moment.. Busy with smthng
Anonymous
hiiii
Anonymous
hi
Ebube
Hi
Anonymous
huuiiii
Anonymous
Any one here from nehru college Coimbatore from bca group
Anonymous
Please suggest me pdf books of bca course
Rupesh
Rupesh
What is problem?
Anonymous
iostream.h
Anonymous
Not streamio
Rupesh
That also not work
Rupesh
Rupesh
Same problem
Anonymous
iostream.h
Anonymous
Not streamio.h
₳ᴍ🅴🅴₦
What is problem?
#include<iostream>
Anonymous
#include<iostream>
Turbo cpp so .h xD
₳ᴍ🅴🅴₦
Yup
Патель Рохит
Anyone know how to draw a CASE diagram?
Rupesh
Rupesh
1 error i
₳ᴍ🅴🅴₦
Mbock
What OS are you running?
Патель Рохит
Google it man
I did but just need a little bit guidance that's why I'm here
Dima
turbo c++20
₳ᴍ🅴🅴₦
Show the error
Dima
₳ᴍ🅴🅴₦
Windows 10
Try dev c++
₳ᴍ🅴🅴₦
Easy to use + good UI
Aman
What about gcc
₳ᴍ🅴🅴₦
What about gcc
It's the best among all if uh have a linux distro
Aman
It's the best among all if uh have a linux distro
Means he is using windows 10 ,so codeblocks or gcc can be more good
₳ᴍ🅴🅴₦
Yes
sandeep mishra
use mingw gnu c/c++ compiler collection for windows
Akhil
Hi need a help
Akhil
I need a group having solution for angular .net java etc
Anonymous
hi
Path
Hello
Anonymous
Gm
Anonymous
Hello everyone
Anonymous
I'm new in C
Top T : Trollface Was Real
Same
Anonymous
#include <stdio.h> #include <stdlib.h> int Array_Generator(); /* Prototipo do Gerador*/ int main() { Array_Generator(); } int Array_Generator() { int Array[2]; for(int element = 0; Array[element]; element++) { Array[element] = rand() % 9; printf("%d\t",Array[element]); } }Anyone can tell me why this code doesn't work?
swalih
Can I get Programming in C by E Balagurusami 5 th edition ? I searched a lot in Google, but couldn't find any free download . Thanks in advance
Abk
Tnx
s
Not streamio
😂😂😂👍
Anonymous
Yup
Anonymous
megha3.c
Anonymous
Anonymous
Can anyone explain this program
Anonymous
?
Anonymous
Hi guys
D
Hi guys I want to do graphics in c++ programming. Then what I can do?
Anonymous
how to browse deepweb? just use tor browser?
Anonymous
Ok
Anonymous
Hey. Anyone can tell me what is the difference between getch() and return 0
Roxifλsz 🇱🇹
Hey. Anyone can tell me what is the difference between getch() and return 0
getch() is a function, which gets one character from the user input. The return 0; is a whole different thing, it returns the number 0 from a function
Roxifλsz 🇱🇹
But both do the same task Is they both belongs to different libraries??
How so? They're not the same, the return statement is a part of the language itself, while getch() belongs to the standard library
Roxifλsz 🇱🇹
And they are supposed to do different things
Anonymous
They both return us from console screen
Roxifλsz 🇱🇹
They both return us from console screen
What do you mean by that? Do you have a code snippet?
Anonymous
What do you mean by that? Do you have a code snippet?
You explain Why we use getch() and return 0 at the end of code..?
Roxifλsz 🇱🇹
You explain Why we use getch() and return 0 at the end of code..?
You can do this, for example: char input = getch(); And you use return 0; at the end of the main function to say that the program finished without error, you can use return with any other number to to indicate an error
Sujeet
How is neural network subject