What is the difference between typedef and #define?
No Answer is Posted For this Question
Be the First to Post Answer
WHO WROTE C LANGUAGE?
How can I read data from data files with particular formats?
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
What is f'n in math?
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>>>>>
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
List the difference between a 'copy constructor' and a 'assignment operator' in C?
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
Is stack a keyword in c?
What is structure in c language?
what is the different between data structure and data type?