What does c value mean?
No Answer is Posted For this Question
Be the First to Post Answer
Is swift based on c?
What is the difference between calloc() and realloc()?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
Is there any demerits of using pointer?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
Write a program in c to input a 5 digit number and print it in words.
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
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 associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Toggle nth bit in a given integer - num