What is the meaning of typedef struct in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Explain what math functions are available for integers? For floating point?
Is return a keyword in c?
Calculate 1*2*3*____*n using recursive function??
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
What is the use of extern in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above