Which are low level languages?
No Answer is Posted For this Question
Be the First to Post Answer
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
When the macros gets expanded?
why 'c' is called middle level language.
what defference between c and c++ ?
program to find middle element of linklist?
will u give me old quesrion papers for aptitude for L & t info tech?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Write a program to swap two numbers without using the third variable?
I came across some code that puts a (void) cast before each call to printf. Why?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
Why use int main instead of void main?