What is the translation phases used in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What are local static variables? How can you use them?
What is a volatile keyword in c?
Explain what is the general form of a c program?
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
what is difference between overriding and overloading?
Why is python slower than c?
What is meant by int main ()?
What is a method in c?
Is c still relevant?
why do we use # in c-language?
Where register variables are stored in c?
What is a null string in c?