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
Can a pointer be static?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,
What is maximum size of array in c?
what is difference between strcmp & palindrome?
What is #line in c?
Differentiate between functions getch() and getche().
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
What is the OOPs concept?
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
What does s c mean on snapchat?