there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
1 4029A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
4 7901
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Are there constructors in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Is c call by value?
What are variables c?
What is difference between arrays and pointers?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What are extern variables in c?
Can we replace the struct function in tree syntax with a union?
what are non standard function in c
What is sizeof return in c?
What does %p mean?
What are keywords in c with examples?
Compare array data type to pointer data type