Can a variable be both const and volatile?
No Answer is Posted For this Question
Be the First to Post Answer
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is the difference between array and linked list in c?
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
What are dynamically linked and statically linked libraries?
change to postfix a/(b+c*d-e)
How are structure passing and returning implemented?
Write a program in c using only loops to print * * * * * *******
IS Doon college of Engn.. has good faculty
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
What is the purpose of sprintf() function?