What is difference between union and structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the maximum no. of bytes calloc can allocate
What is the most efficient way to count the number of bits which are set in a value?
What is time null in c?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
Wt are the Buses in C Language
main() { printf("hello"); fork(); }
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
how to find string length wihtout using c function?
Explain what’s a signal? Explain what do I use signals for?
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is a program?