What are derived data types in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are different storage class specifiers in c?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
how many times of error occur in C
int x=5; printf("%d%d%d",x,x<<2,x>>2);
What does it mean when the linker says that _end is undefined?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
Why doesn't C support function overloading?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
What is the difference between fork() and vfork()?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Why is c so powerful?