What is console in c language?
No Answer is Posted For this Question
Be the First to Post Answer
what is the structure?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
What are the different categories of functions in c?
How to receive strings with spaces in scanf()
What does static variable mean in c?
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
What is the default value of local and global variables in c?
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
Explain what is the best way to comment out a section of code that contains comments?
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
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Which sorting algorithm is the best?