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
What is the difference between memcpy and memmove?
Write a program which returns the first non repetitive character in the string?
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What does main () mean in c?
pascal triangle program
Write the Program to reverse a string using pointers.
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
Why we use void main in c?
ATM machine and railway reservation class/object diagram
What is the use of typedef in structure in c?
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
What is a ternary operator in c?