Answer Posted / guest
Simply it is a string.Bze in C the contents within "" will
treate as strings.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the best organizational structure?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What are register variables? What are the advantage of using register variables?
What is a rvalue?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
write a program to print data of 5 five students with structures?
How is a pointer variable declared?
What is the modulus operator?
What is double pointer in c?
What are the different types of control structures?
Describe dynamic data structure in c programming language?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
write a program to copy the string using switch case?
Does c have an equivalent to pascals with statement?
What is a #include preprocessor?