What is the meaning of 2d in c?
Do you know what are the properties of union in c?
What is register variable in c language?
What is the use of static variable in c?
What are the application of c?
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
Where are some collections of useful code fragments and examples?
What is a Genralised LInked List?? Please give a detailed explation of it..
Explain the difference between ++u and u++?
Describe how arrays can be passed to a user defined function
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
to get a line of text and count the number of vowels in it
how to impliment 2 or more stacks in a single dimensional array ?