What is volatile variable how do you declare it?
No Answer is Posted For this Question
Be the First to Post Answer
Are pointers really faster than arrays?
what is stack , heap ,code segment,and data segment
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
What is modeling?
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
What are the string functions? List some string functions available in c.
Is null equal to 0 in sql?
Describe how arrays can be passed to a user defined function
What is the most efficient way to store flag values?
Does free set pointer to null?
How many bytes are occupied by near, far and huge pointers (dos)?