what are the 10 different models of writing an addition
program in C language?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
What is the difference between macros and inline functions?
write a program to print largest number of each row of a 2D array
What is Your Name :)
What is #pragma statements?
Do you know what are the properties of union in c?
What does calloc stand for?
Does c have circular shift operators?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
write function to reverse char array ... without using second array
Why c language?
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above