What is 2 d array in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is Conio.h ?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
What is an object?
What is a dynamic array in c?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
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 header file definition?
Why is c known as a mother language?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
What is typedef?
Why is c so important?
How to delete a node from linked list w/o using collectons?