Why is a semicolon (;) put at the end of every program statement?
No Answer is Posted For this Question
Be the First to Post Answer
why programming language C is still used in operating system's kernel??
Why do u use # before include in a C Progam?
Why should I use standard library functions instead of writing my own?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
Distinguish between actual and formal arguments.
Toggle nth bit in a given integer - num
What is unary operator?
how to find binary of number?
what is a void pointer?
Tell me with an example the self-referential structure?