What is break in c?
How can we see the Expanded source code and compiled code for our source program in C?
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
progrem to generate the following series 1 12 123 1234 12345
wite a programme in c to linear search a data using flag and without using flags?
What is the difference between struct and union in C?
What is a union?
What is the difference b/w main() in C language and main() in C++.
What are the key features of C?
What is c mainly used for?
What is the difference between class and object in c?
What is the difference between ++a and a++?
Which header file is essential for using strcmp function?