What are keywords c?
No Answer is Posted For this Question
Be the First to Post Answer
How to declare a variable?
Why is sprintf unsafe?
How we can set and clear bit in a byte using macro function?
Explain what is the difference between null and nul?
What is the difference between mpi and openmp?
What is the size of structure pointer in c?
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
What is difference between stdio h and conio h?
What is a ternary operator in c?
Write a program to implement queue.
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
write a programme that inputs a number by user and gives its multiplication table.