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 2270A 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 4818
Explain what is dynamic data structure?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is define directive?
how to count no of words,characters,lines in a paragraph.
How can you determine the maximum value that a numeric variable can hold?
For what purpose null pointer used?
When a c file is executed there are many files that are automatically opened what are they files?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What is volatile keyword in c?
What is the use of gets and puts?
How can I avoid the abort, retry, fail messages?
What is array of structure in c?
What is an endless loop?
What is the difference between union and anonymous union?
What are 3 types of structures?