Explain what are the different file extensions involved when programming in c?
without using control structures and control structures find the max and min of given 2 nos
why arithmetic operation can’t be performed on a void pointer?
Why doesnt this code work?
What are the two forms of #include directive?
What is gets() function?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
How can I invoke another program from within a C program?
Is a house a mass structure?
What is a nested formula?
Write a simple code fragment that will check if a number is positive or negative.
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5