What are variables and it what way is it different from constants?
No Answer is Posted For this Question
Be the First to Post Answer
can we define a function in structure?
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.
program for validity of triangle from 3 side
Define function pointers?
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
What are the advantages of Macro over function?
What is the scope of static variables?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
List the variables are used for writing doubly linked list program.
What is return type in c?
What is difference between %d and %i in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles