What is the proper way of these job
Tell me about there full work
No Answer is Posted For this Question
Be the First to Post Answer
Why is sprintf unsafe?
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
What is self-referential structure in c programming?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
WHAT IS C?
What is typedf?
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
Why functions are used in c?
what is ans for this scanf(%%d",c);
What is Full Form of C and Why We use C
What is variable declaration and definition in c?
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me