Software Interview Questions
Answer / venkamma
better to see preves papers avalabule respected compines
| Is This Answer Correct ? | 1 Yes | 1 No |
What is undefined behavior?
How can I prevent another program from modifying part of a file that I am modifying?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
what is the difference between definition and declaration? give me some examples.
write a programme that inputs a number by user and gives its multiplication table.
When should a type cast be used?
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
What are the advantages of the functions?
Explain how do you declare an array that will hold more than 64kb of data?
What is the use of define in c?
What are keywords c?
What is the difference between malloc() and calloc() function in c language?