Is null equal to 0 in sql?
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile keyword in c?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
Why is c called c?
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?
how do you execute a c program in unix.
Explain union. What are its advantages?
What is the advantage of a random access file?
explain what are actual arguments?
Can a binary search tree be used as an index? If yes, how? Explain
which operator is known as dummy operator in c?
Is c high or low level?