The first declares an initialized and modifiable array; the second declares a pointer initialized to a not-necessarily- modifiable constant string.
What am I allowed to assume about the initial values of variables which are not explicitly initialized?
Structures in C can certainly contain pointers to themselves; the discussion and example in section 6.5 of K&R make this clear. Problems arise...
There are no special cases. Standard volatile provides no useful guarantees related to multi-threaded programming. Whether it's global or not,...
ANS:c 0.7f is float constant. Its binary value is written in 32 bit. 0.7 is double constant(default). Its binary value is written in 64 bit....
thanks. i got it.
mmondal71 u r correct but will u please clarify?
What will be output of following c program? void main() { clrscr(); asm{ mov ax,61; mov bx,10; add bx,ax; }...
why is that some codes that work fine with TC++ does NOT work well in DevC++ ?:confused:
i use dev c++ and TC++ for learning c++ some codes , when i want to run them , they just flush, doesnt show any output, a consol window...
void displayCards( const vector<SnackCart*>& carts ) { if( carts.empty() ) { std::cout << "Error: no cards added or loaded yet" <<...
I write a program to show numbers between 10 and 15 and a black window open, shows my number and then close very quikly. how can i stop it from...
Separate names with a comma.