How do we select the big element or any other operation
from array which is read dynamically. user need to give the
elements only no need to mention the size.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

nic scientist exam

1 Answers   NIC,


What is dynamic variable in c?

0 Answers  


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }

1 Answers  


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

0 Answers   GrapeCity,






What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.

1 Answers  


i am using gsm modem ! I USE CMGL COMMAND TO DISPLAY THE LIST OF MESSAGES ! I WANT TO READ EACH MESSAGE ONE BY ONE AND GET EACH MESSAGE INDEX USING C PROGRAM ! THE RESPONSE OF THE MODULE AFTER AT+CMGL IS ---CMGL: 1,"REC READ","+85291234567",,"07/05/01,08:00:15+32",145,37 It is easy to list SMS text messages.---- I WANT THE PROGRAM TO GET THE NUMBER "37"{MESSAGE LENGTH} AS WELL AS "1"(MESSAGE INDEX NUMBER" PLEASE HELP

1 Answers   MTNL,


Explain what is the stack?

0 Answers  


what is the differance between pass by reference and pass by value.

7 Answers   Infosys,


What is the use of header?

0 Answers  


What are local variables c?

0 Answers  


What is pass by value in c?

0 Answers  


Categories