Why isn't any of this standardized in c? Any real program has to do some of these things.
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to reverse a linked list in c.
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
Compare interpreters and compilers.
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
void main() { int a=1; while(a++<=1) while(a++<=2); }
A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }
What is a program flowchart?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
how to generate the length of a string without using len funtion?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
What are the preprocessors?