Explain how can I right-justify a string?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
What is the c language function prototype?
A C E G H +B D F A I ------------ E F G H D
Do you have any idea about the use of "auto" keyword?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
program to locate string with in a string with using strstr function
write a progrmm in c language take user interface generate table using for loop?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
Is fortran still used today?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES