How a string is stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
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
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
How to print India by nested loop? I IN IND INDI INDIA
what is the use of #pragma pack, wer it is used?
Create a simple code fragment that will swap the values of two variables num1 and num2.
Write a program to show the workingof auto variable.
what is pointer
What is void main ()?
Example of friendly function in c++
What is the difference between int main and void main?
Is it possible to have a function as a parameter in another function?
What is pass by reference in functions?