Why do we need volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
where can function pointers be used?
how to print 212 as Twohundreds twelve plz provide me ans soon
Explain pointers in c programming?
In scanf h is used for
List the different types of c tokens?
What is the use of #define preprocessor in c?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
. 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
write the program to find multiplication of 2-D matrix??????????
Explain a pre-processor and its advantages.
Is c an object oriented programming language?