Write a program to check palindrome number in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
How can I access memory located at a certain address?
write a progam to compare the string using switch case?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
How do you list a file’s date and time?
What does %c do in c?
What is page thrashing?
How can you determine the size of an allocated portion of memory?
Apart from dennis ritchie who the other person who contributed in design of c language.
Why main function is special give two reasons?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12