how to construct a simulator keeping the logical boolean gates
in c
No Answer is Posted For this Question
Be the First to Post Answer
Juxtapose the use of override with new. What is shadowing?
program to convert a integer to string in c language'
write a programme to convert temperature from farenheit to celcius?
What is clrscr ()?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
#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?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Dont ansi function prototypes render lint obsolete?
What do you mean by a local block?
What is difference between static and global variable in c?
write a program to print the one dimensional array.
how can i sort numbers from ascending order and descending order using turbo c..