how can f be used for both float and double arguments in printf? Are not they different types?
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
pierrot's divisor program using c or c++ code
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
What is malloc calloc and realloc in c?
How to avoid structure padding in C?
How can a string be converted to a number?
Why is it usually a bad idea to use gets()? Suggest a workaround.
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
How a string is stored in c?
Is printf a keyword?
Give me basis knowledge of c , c++...