change to postfix a/(b+c*d-e)
Answers were Sorted based on User's Feedback
write a programe returns the number of times the character appears in the string
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
Why clrscr is used after variable declaration?
Why is c so important?
what is the role you expect in software industry?
Differentiate fundamental data types and derived data types in C.
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
What's the best way to declare and define global variables?
What is difference between constant pointer and constant variable?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
What is an example of structure?