What are unions in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what’s a signal? Explain what do I use signals for?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
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 the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
write a program to print sum of each row of a 2D array.
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
I need previous papers of CSC.......plz help out by posting them.......
Can you add pointers together? Why would you?
What is the heap?
Explain the difference between call by value and call by reference in c language?
Toggle nth bit in a given integer - num
what is mallloc()?how it works?