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 3946A 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 7747
What is the size of enum in c?
what will be maximum number of comparisons when number of elements are given?
What is the c language function prototype?
Can include files be nested?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
I heard that you have to include stdio.h before calling printf. Why?
can we have joblib in a proc ?
Differentiate between #include<...> and #include '...'
Explain what happens if you free a pointer twice?
What is the role of && operator in a program code?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What are the key features in c programming language?
Explain what are preprocessor directives?
What is 1f in c?
What is the heap?