Explain what header files do I need in order to define the standard library functions I use?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
#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??
Explain 'far' and 'near' pointers 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
Write a program to add a given duration with time(24hrs format)
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
what is a pointer
4 Answers Bank Of America, TCS,
#define f(x) main() { printf("\n%d",f(2+2)); }
What is enumerated data type in c?
What is array of structure in c?
Write a program to generate prime factors of a given integer?