Answer Posted / arunkumar
Stack overflow...
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is a pointer and how it is initialized?
What is switch in c?
Can a variable be both constant and volatile?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Explain what are multidimensional arrays?
Is it valid to address one element beyond the end of an array?
Explain what is a pragma?
#include
What is the use of header?
List the different types of c tokens?
What is #include cctype?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is the role of && operator in a program code?
What are linker error?
Write a program to find the biggest number of three numbers in c?