Write a Program to find whether the given number or string is palindrome.
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
What’s a signal? Explain what do I use signals for?
What are the 4 types of unions?
What is c method?
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
Which sorting algorithm is the best?
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
how to find anagram without using string functions using only loops in c programming
how to create c progarm without void main()?