Is stack a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can we access the array using a pointer in c language?
When would you use a pointer to a function?
What is huge pointer in c?
What are examples of structures?
where do we use volatile keyword?
write a c program to find biggest of 3 number without relational operator?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
Is c still used in 2019?
Explain the difference between null pointer and void pointer.
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
2. What does static variable mean?