What is const keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a; a=++100; printf("%d",a); getch(); }
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
what is a NULL pointer?
What is getch() function?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What is difference between union and structure in c?
Is there any possibility to create customized header file with c programming language?
What should malloc(0) do?
What is #include in c?
What are identifiers c?
What are the average number of comparisons required to sort 3 elements?