what are the interview question's in the language c

Answer Posted / mallik

a[0] represents only that value at 0 location,but *a
represents the address of that variable stored

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of parallelize in spark?

568


What is the use of a ‘’ character?

580


What is the right type to use for boolean values in c?

576


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

822


What are the different categories of functions in c?

639






How can you increase the size of a dynamically allocated array?

636


What oops means?

572


How can a program be made to print the name of a source file where an error occurs?

721


Why pointers are used?

627


What is pointer & why it is used?

598


How do I round numbers?

589


What is use of null pointer in c?

563


What is scope and lifetime of a variable in c?

565


Explain how can I prevent another program from modifying part of a file that I am modifying?

630


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15033