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 3863A 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 7603
Explain how can a program be made to print the line number where an error occurs?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Does c have circular shift operators?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What are pointers in C? Give an example where to illustrate their significance.
how logic is used
what is event driven software and what is procedural driven software?
How can I determine whether a machines byte order is big-endian or little-endian?
What is the difference between pure virtual function and virtual function?
What are pointers?
What is the difference between array and pointer in c?
What are variables c?
What are operators in c?
Why do we use int main?
What are the disadvantages of a shell structure?