Is using exit() the same as using return?
No Answer is Posted For this Question
Be the First to Post Answer
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
What is define c?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
how we do lcm of two no using c simple if while or for statement
c program to compute AREA under integral
Explain how do you override a defined macro?
Explain how are 16- and 32-bit numbers stored?
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
How does free() know explain how much memory to release?
print out of string in this format; 1. "rajesh" 2. \n 3. %d
Differentiate fundamental data types and derived data types in C.
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?