What is a double c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program for greatest of three numbers without using if statment
State two uses of pointers in C?
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
What is %s and %d in c?
Explain what is wrong with this program statement? Void = 10;
What are file streams?
what is the different bitween abap and abap-hr?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
Write a program using bitwise operators to invert even bits of a given number.
Difference between null pointer and dangling pointer?
Write a program to accept a character & display its corrosponding ASCII value & vice versa?