What is hashing in c language?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find the frequency of a number
Explain how can type-insensitive macros be created?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
Explain how do you determine a file’s attributes?
about c language
where do we use volatile keyword?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
write a program to find lcm and hcf of two numbers??
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
Tell me when would you use a pointer to a function?
What is include directive in c?
Is c easier than java?