What language is lisp written in?
No Answer is Posted For this Question
Be the First to Post Answer
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is the scope of an external variable in c?
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
about c language
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
write an algorithm to display a square matrix.
How to create struct variables?
Should a function contain a return statement if it does not return a value?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
Why does not use getgh(); and <conio.h> in c language.
What is a const pointer, and how does it differ from a pointer to a const?