Can you please compare array with pointer?
No Answer is Posted For this Question
Be the First to Post Answer
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
Sir i need notes for structure,functions,pointers in c language can you help me please
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
What is external and internal variables What is dynamic memory allocation what is storage classes in C
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
What is getch?
what is pointer
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
about c language
What is nested structure with example?