What is a shell structure examples?
Differentiate between declaring a variable and defining a variable?
Will Macros support multiple arguments ?
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,
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
What Is The Difference Between Null And Void Pointer?
How do you do dynamic memory allocation in C applications?
What is structure in c explain with example?
how to capitalise first letter of each word in a given string?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
develop algorithms to add polynomials (i) in one variable
Differentiate between full, complete & perfect binary trees.
what do you mean by enumeration constant?