What are the disadvantages of c language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
what do you mean by defining a variable in our c code?
What is the full form of getch?
what is the code for getting the output as * ** ***
What is the purpose of ftell?
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
why ordinary variable store the later value not the initial
Differentiate between calloc and malloc.
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
how many key words availabel in c a) 28 b) 31 c) 32
Write a program to swap two numbers without using a temporary variable?
What are the types of variables in c?