What is the best way to store flag values in a program?
No Answer is Posted For this Question
Be the First to Post Answer
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
What does struct node * mean?
the operator for exponencation is a.** b.^ c.% d.not available
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is extern keyword in c?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
What are global variables and how do you declare them?
without using arithmatic operator convert an intger variable x into x+1
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
what value is returned to operating system after program execution?
What is the value of uninitialized variable in c?