What is signed and unsigned?
No Answer is Posted For this Question
Be the First to Post Answer
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
What is a shell structure examples?
What is the difference between procedural and declarative language?
write a c program to add two integer numbers without using arithmetic operator +
What is struct node in c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
#include<stdio.h> #include<conio.h> void main() {clrscr(); char another='y'; int num; for(;another=='y';) { printf("Enter a number"); scanf("%d",&num); printf("squre of %d is %d",num,num*num); printf("\nwant to enter another number y/n"); scanf("%c",&another); } getch(); } the above code runs only one time.on entering 'y' the screen disappeares.what can i do?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
Do you know what are the properties of union in c?
What is the mean of this statement:: if(int i=0 * i=9)
What is meant by keywords in c?