The difference between printf and fprintf is ?
No Answer is Posted For this Question
Be the First to Post Answer
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
Why is the code below functioning. According to me it MUST NOT.
two variables are added answer is stored on not for third variable how it is possible?
what are the uses of structure?
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is a pointer in c?
c pgm count no of lines , blanks, tabs in a para(File concept)
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
What is non linear data structure in c?
What is a built-in function in C?