Answer Posted / khaja
array is used for same or similar datatypes
and
structure is used for different data types
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is fflush() function?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What does 1f stand for?
Explain how are portions of a program disabled in demo versions?
Mention four important string handling functions in c languages .
What are terms in math?
What is c system32 taskhostw exe?
Explain how can I pad a string to a known length?
What are the rules for identifiers in c?
Why header file is used in c?
What is the difference between a function and a method in c?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
How does placing some code lines between the comment symbol help in debugging the code?
Describe the modifier in c?