main() { static int i=65; i<=91 ?printf("%c",i++) : getch(); main(); }
hmm.. it's correct:) good...... but take the worst case , take 'x' and 'y' to be same......... so let us assume x=90 , y=90 , is 90>90 or 90<90...
for comparing u need relational operator na :):):) , use if-else.. but the question is without relational operators how will u decide the...
how will you check the relation of two numbers (greater or lesser) without using Relational operators ?????? :D:D:D:nice::nice:
just know wat it is :nice::nice: that's all... and one more thing.... i need to ask... as nimesh told i refered how to create the folder by the...
hmmmmm i understand clearly... thank u :) :)
here the termination for a word that am gonna keep is 'space' , '.' & ',' #include<stdio.h> #include<conio.h> void main() { FILE *fpointer; char...
ok.... u are right.... :):) but wat's the status in other OS.. like (UNIX , LINUX , Solaris ) .. ... and till now why that bug (even in...
namely CON,prn,NUL,etc...... it is a million dollor question even for BILL GATES and his team....... anybody having any idea???????:nice::nice:
the above mentioned displays the contents of the files one by one (ie) each WORD in reverse order followed by a new line character........
what is called Disk Scheduling in OS???? pl. help me to know breifly...:worried::worried:
ya ya... i myself found out... i know that is an HEXA DECIMAL represenation ...... got confused a little bit , how to convert an 0x to decimal......
Good morning , since you have not implicitly given the value of 'i' or u have not initilized 'i' , so in 'i' every time u run the program , this...
what does 0x10 mean?????
sorry , 'j' is giving me 60.... pl. explain with stack
but this is giving the value of 'i' is 60... but for me when am working out 'i' is only 57 for me... however this operation should have surely...
pl.. explain a complete stack explanation for the below expression and say me the final value for j... int i=16,j; j=i-- + i-- + --i + i--;...
MMMMM... ya... that wa the mistake...t hank u...:smug:
why we cant write one file and append the same file in a single program..... but it is accepting the input to the file but not getting...
hmmmmmm this is the right answer..... :)
Separate names with a comma.