What are the advantages of using Unions?
No Answer is Posted For this Question
Be the First to Post Answer
How can you return multiple values from a function?
Explain function pointer with exapmles.
Explain what does it mean when a pointer is used in an if statement?
#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??
write a c program to find the probability of random numbers between 1-1000
what is a pointer
4 Answers Bank Of America, TCS,
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is the difference between typedef struct and struct?
why do some people write if(0 == x) instead of if(x == 0)?
write a program to print calender using for loop.
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