Explain the importance and use of each component of this
string: Foo.Bar, Version=2.0.205.0, Culture=neutral,
PublicKeyToken=593777ae2d274679d
Answer / guest
xplain the importance and use of each component of this
string: Foo.Bar, Version=2.0.205.0, Culture=neutral,
PublicKeyToken=593777ae2d274679d
| Is This Answer Correct ? | 0 Yes | 6 No |
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
What is getche() function?
How do you write a program which produces its own source code as its output?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
Can a variable be both static and volatile in c?
List a few unconditional control statement in c.
What do you mean by team??
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Why clrscr is used in c?
What is n in c?
What does the message "automatic aggregate intialization is an ansi feature" mean?
what is diffrence between string and character array?