What are header files in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the scope of static variable in c?
Why Modern OS are interrupt driven?Give an example
Q. where is the below variables stored ? - volatile, static, register
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
Can we declare function inside main?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
What's the difference between a linked list and an array?
can v write main() { main(); } Is it true?
Explain #pragma in C.
diff. between *p and **p
Hi, main() { } Is a user defined function or Built in Functionn
Can a file other than a .h file be included with #include?