Go through the following code sinippet
char a[20];
a="Hello Orcale Test";
will this compile?
Answer Posted / vikraman.j
Compile time err wil occur;
We can use *a="Hello Orcale Test" or a[20]="Hello Orcale
Test";
It will lead the prg nice.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain why c is faster than c++?
What is #include stdio h and #include conio h?
How can I find out if there are characters available for reading?
What is difference between stdio h and conio h?
How can I find out how much free space is available on disk?
Why enum is used in c?
How can you be sure that a program follows the ANSI C standard?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What are the different types of endless loops?
What is c value paradox explain?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
why wipro wase
What are the application of void data type in c?
Explain how can I make sure that my program is the only one accessing a file?