What is meant by errors and debugging?
No Answer is Posted For this Question
Be the First to Post Answer
how to generate the length of a string without using len funtion?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is a structure in c language. how to initialise a structure in c?
WHO WROTE C LANGUAGE?
Why is c fast?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
What is the purpose of macro in C language?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is the data segment that is followed by c?
What is a pointer variable in c language?
what is the most appropriate way to write a multi-statement macro?