how can u print a message without using any library function
in c
Answer / sreekanth
void main()
{
clrscr();
printf("Hello World");
getch();
}
| Is This Answer Correct ? | 5 Yes | 24 No |
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
Do pointers take up memory?
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
Why c language?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is the restrict keyword in C?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Explain the use of function toupper() with and example code?
Can we declare function inside main?
what are the files which are automatically opened when a c file is executed?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????