What is malloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
who is the founder of c
19 Answers College School Exams Tests, HP,
How are pointers declared in c?
which operator is known as dummy operator in c?
What are extern variables in c?
write a program for the normal snake games find in most of the mobiles.
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
What is a class?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Can stdout be forced to print somewhere other than the screen?
What is the difference between union and structure in c?