In which language linux is written?
No Answer is Posted For this Question
Be the First to Post Answer
What does printf does?
Is return a keyword in c?
Explain what is the advantage of a random access file?
What is the use of gets and puts?
Describe explain how arrays can be passed to a user defined function
what is the difference between 123 and 0123 in c?
What is the use of a semicolon (;) at the end of every program statement?
Can include files be nested?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
Explain what happens if you free a pointer twice?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above