What are different types of variables in c?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
Define Array of pointers.
Why flag is used in c?
Why is c not oop?
what is c language.
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
Are local variables initialized to zero by default in c?
What are the basic data types associated with c?
Explain how do you determine the length of a string value that was stored in a variable?
how can f be used for both float and double arguments in printf? Are not they different types?
How can you find the day of the week given the date?
Does c have circular shift operators?