What language is lisp written in?
No Answer is Posted For this Question
Be the First to Post Answer
What does the characters “r” and “w” mean when writing programs that will make use of files?
how can we print hellow world programme without using semicolon
Write a program using bitwise operators to invert even bits of a given number.
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
Is c call by value?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
write a program to generate address labels using structures?
What is the meaning When we write "#include" what is # and what does include does there???
What is the difference between array and structure in c?
What is the size of enum in c?
How to convert decimal to binary in C using recursion??
what is difference between ANSI structure and C99 Structure?