What is self-referential structure in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
To what value do nonglobal variables default? 1) auto 2) register 3) static
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
progrem to generate the following series 1 12 123 1234 12345
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
char ch=10;printf("%d",ch);what is the output
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
What are the different types of linkage exist in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
write a program to display the array elements in reverse order in c language
What is the explanation for modular programming?
Why we write conio h in c?