What are global variables and how do you declare them?
No Answer is Posted For this Question
Be the First to Post Answer
How do you generate random numbers in C?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Whats s or c mean?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
Can two or more operators such as and be combined in a single line of program code?
What is the use of in c?
Can we initialize extern variable in c?
What is the method to save data in stack data structure type?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
write a program to generate address labels using structures?
What is the real time usage volatile?