Which is the best sort method for library management?
What is a structure member in c?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is getch c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
c programming of binary addition of two binary numbers
what is the definition of storage classes?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
2. What does static variable mean?
What is the use of parallelize in spark?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
print the palindrome numbers in between 0 to n