What is difference between static and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
How are variables declared in c?
Do you know the use of 'auto' keyword?
When should you not use a type cast?
Why main is used in c?
What is pointer to pointer in c language?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
write a program whose output will be- 1 12 123 1234
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
YBJBU6
write a program which will count occurance of a day between two dates.
what is event driven software and what is procedural driven software?
What is structure padding in c?