Why c is a mother language?
No Answer is Posted For this Question
Be the First to Post Answer
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is the process of writing the null pointer?
How will you delete a node in DLL?
can we execute the program with the object file
Explain zero based addressing.
main() { printf("hello%d",print("QUARK test?")); }
write a program to print data of 5 five students with structures?
Can we initialize extern variable in c?
what do you mean by defining a variable in our c code?
When should you not use a type cast?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
Explain how can you avoid including a header more than once?