What are the disadvantages of a shell structure?
No Answer is Posted For this Question
Be the First to Post Answer
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
can i know the source code for reversing a linked list with out using a temporary variable?
How do shell structures work?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is Heap?
What is the use of function in c?
Are the expressions * ptr ++ and ++ * ptr same?
Where does the name "C" come from, anyway?
Explain what is a pragma?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
what is difference b/w extern & volatile variable??