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 3952A 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 7762
Can the curly brackets { } be used to enclose a single line of code?
Explain what is #line used for?
What do you mean by scope of a variable in c?
What are # preprocessor operator in c?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
how can f be used for both float and double arguments in printf? Are not they different types?
How can you allocate arrays or structures bigger than 64K?
Explain what are global variables and explain how do you declare them?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
In C language what is a 'dangling pointer'?
Is c still relevant?
What is the difference between call by value and call by reference in c?
What are the types of data types and explain?
Why we use stdio h in c?
What is function prototype?