What is difference between structure and union with example?
No Answer is Posted For this Question
Be the First to Post Answer
Are negative numbers true in c?
What is typedef example?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
What does %p mean?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
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
WAP to accept first name,middle name & last name of a student display its initials?
What is the most efficient way to store flag values?
what is default constructor?
Write a program to check prime number in c programming?