What are the different types of control structures in programming?
What is the difference between printf and scanf )?
What are integer variable, floating-point variable and character variable?
Why calloc is better than malloc?
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
How many keywords are there in c?
what is pointer ?
10 Answers Kernex Micro Systems,
How can you invoke another program from within a C program?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is pass by reference in c?
how to find out the reverse number of a digit if it is input through the keyboard?
Explain function?