Hello everybody i have find the solution of it. so thanks for all of yours blessings.
Yes it is possible. I make it run on my pc.
1. [int main(void)] & [int main()] both are the same. here the return type is integer and main is void. 2. [void main(void)] here the...
A loop is used to repeat a piece of code until some condition is met.
As a part of the project I'm working on multiple .ps files need be generated. Note the following: outputForGallery( int k) { std::string s;...
Hi, I saw the following code in linux kernel 2.6.20's code (arch/sparc/ lib/ atomic32.c #L17). spinlock_t...
int main() { int k; union jatin{ int i :5; char j :2; }; union jatin rajpal; k= sizeof(rajpal); printf("%d",k); return 0;...
hi, Using CC65 compiler.. code: while(1) { if ( url_ready_flag == 0 ) { *(url_host) = 0; url_ready(url_host, url_page); if...
Use strlen on the string, or some loop like this: Code: char ch; while (scanf("%c",&ch)) { [ verfify ch ] [ add value to total ] //...
Re: Tell me the difference And one thing i think that u can find it in every text books.
Re: Tell me the difference I think it's a simple. there is nothing difference in compilation. For 'getche' the last term 'e' is used to halt...
The program will only store one character in the variable and will store all that other stuff somewhere in memory. so when the user enters "male"...
I'm also confused! :( any idea from admin?
without a big spiel on it, random generator are poor in general. You have here the classic issue where most of the cards are used and the random...
After compile time errors come the run time errors. The latter don't generate messages, just black screens or lockups. Then you get to use (or...
Thank you so much... :)
can anyone give me a clue On this C programming solution. I am not getting an out put. sin(x) = x - x3/3! + x5/5! - x7/7!.... #include...
Thanks Pankaj! :) :) :)
any body can help me to change text colour? i am completly dizzy if you can help me!please reply the source code!i hope for it!
Thanks! That works well!! Thank you for taking your time, and nice brief explanation.
Separate names with a comma.