What is #include called?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Explain heap and queue.
How will you find a duplicate number in a array without negating the nos ?
What are the uses of a pointer?
swap 2 numbers without using third variable?
hi any body pls give me company name interview conduct "c" language only
What is null pointer constant?
Differentiate between ordinary variable and pointer in c.
How can variables be characterized?
What are run-time errors?
What is hashing in c?
How can you convert integers to binary or hexadecimal?
if p is a string contained in a string?
How can I delete a file?