Differentiate between calloc and malloc.
No Answer is Posted For this Question
Be the First to Post Answer
What is modeling?
Write a C program to count the number of email on text
What is the sizeof () a pointer?
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
What extern c means?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
What is d'n in c?
In a header file whether functions are declared or defined?