Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
No Answer is Posted For this Question
Be the First to Post Answer
Can a function argument have default value?
SRUCTURE PROGRAMMING
What is huge pointer in c?
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
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
write a program to print sum of each row of a 2D array.
What is linear search?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is the translation phases used in c language?
how many key words availabel in c a) 28 b) 31 c) 32
Difference between Function to pointer and pointer to function
Describe the modifier in c?