Answer Posted / muhammad junaid malik
Array is a collection of elements that have different data types but are stored in a same header name
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
program to convert a integer to string in c language'
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
How do you define CONSTANT in C?
What is a program?
Explain the difference between getch() and getche() in c?
List a few unconditional control statement in c.
What is the purpose of 'register' keyword?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What does a pointer variable always consist of?
Does c have circular shift operators?
How a string is stored in c?
Why are algorithms important in c program?
How do you declare a variable that will hold string values?
Write a program to print factorial of given number without using recursion?