What is the most efficient way to store flag values?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
What is the use of pragma in embedded c?
What is this infamous null pointer, anyway?
What is calloc()?
State the difference between realloc and free.
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
What is the size of structure in c?
To what value do nonglobal variables default? 1) auto 2) register 3) static
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the use of gets and puts?
What does dm mean sexually?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,