answersLogoWhite

0

The "ch" in "temp" most likely stands for "channel," where it refers to the designated channel or frequency used for transmitting and receiving data or signals in a communication system or device.

User Avatar

AnswerBot

1y ago

What else can I help you with?

Related Questions

How do you reverse the order of words in a sentence in c?

#include <string.h> char * revsentence(char *str) { int i,j,len; char temp; len=0; len=strlen(str) for(i=0;j=len-1;i<j;i++,j--) { temp=str[i]; str[j]=str[i]; str[j]=temp; } return str; }


What does ch mean for Swiss cars?

CH = "Confederatio Helvetica" = Swiss Confederation


What does .CH mean in a URL address?

.CH is the domain extension for Switzerland.


What is the abbreviation of temp?

Do you mean, what is temp. the abbreviation for? Temperature. Temporary.


What does the CA CH mean in rental ads?

CA= Central Air CH=Central Heat. Sometimes you see it as CH&A


TO CH U WHAT Does this mean?

you are out of touch!!


What does ch mean on a map?

Church


What country has the initials CH?

If you mean the international car registration then it is Switzerland


Write a C program to implement dequeue?

Write a C program for Dequeue #include #include struct dll { struct dll *llink; int data; struct dll *rlink; }; typedef struct dll node; node *first=NULL, *new; void create(),insertbeg(),insertmid(),insertend(),insert(); void delbeg(),delmid(),delend(),delete(); void display(); void main() { char ch='y'; int c; clrscr(); while(ch=='y') { printf("1. create 2. insert 3. delete 4. display 5.exit\n"); printf("enter u'r choice"); scanf("%d",&c); switch(c) { case 1: create();break; case 2: insert();break; case 3: delete();break; case 4: display(); } printf("do u want to continue(y/n)"); fflush(stdin); scanf("%c",&ch); } } void create() { node *temp; char ch='y'; temp=first; do { printf("enter the data for new node\n"); new=(node *)malloc(sizeof(node)); scanf("%d",&new->data); if(first==NULL) { first=new; temp=new; new->llink=NULL; new->rlink=NULL; } else { temp->rlink=new; new->llink=temp; new->rlink=NULL; temp=new; } printf("do u wnat to create another node(y/n)"); ch=getchar(); fflush(stdin); }while(ch!='n'); } void insert() { char ch='y'; int c; while(ch=='y') { printf("1.insertbeg 2: insertmid 3. insertend 4. exit\n"); printf("enter u'r option"); scanf("%d",&c); switch(c) { case 1:insertbeg();break; case 2:insertmid();break; case 3:insertend(); } printf("do u want to continue(y/n)"); fflush(stdin); ch=getchar(); } } void insertbeg() { printf("enter data for node to aded in the beginnning"); new=(node *)malloc(sizeof(node)); scanf("%d",&new->data); if(first==NULL) { first=new; new->llink=NULL; new->rlink=NULL; } else { new->rlink=first; first->llink=new; new->llink=NULL; first=new; } } void insertmid() { int pos,i=1; node *temp; temp=first; printf("enter the positon to insert a node"); scanf("%d",&pos); printf("enter data for node to be added at a positon %d",pos); new=(node *)malloc(sizeof(node)); scanf("%d",&new->data); while(i { temp=temp->rlink; i++; } temp->rlink->llink=new; new->rlink=temp->rlink; temp->rlink=new; new->llink=temp; } void insertend() { node *temp; temp=first; printf("enter data for node to be aded at end"); new=(node *)malloc(sizeof(node)); scanf("%d",&new->data); while(temp->rlink!=NULL) { temp=temp->rlink; } temp->rlink=new; new->llink=temp; new->rlink=NULL; } void delete() { char ch='y'; int c; while(ch=='y') { printf("1. delbeg 2. delmid 3. delend 4. exit\n"); printf("enter u'r option"); scanf("%D",&c); switch(c) { case 1: delbeg();break; case 2: delmid();break; case 3: delend();break; } printf("do u want to continue(y/n)"); ch=getchar(); } } void delbeg() { node *temp; if(first==NULL) { printf("deletion not possible"); exit(); } else { first=first->rlink; first->llink=NULL; } } void delmid() { int pos,i=1; node *temp; temp=first; printf("enter the position to delete a node"); scanf("%d",&pos); while(i { temp=temp->rlink; i++; } temp->rlink->rlink->llink=temp; temp->rlink=temp->rlink->rlink; } void delend() { node * temp; temp=first; while(temp->rlink->rlink!=NULL) { temp=temp->rlink; } temp->rlink->llink=NULL; temp->rlink=NULL; } void display() { node *temp; if(first==NULL) { printf("linked list is empty"); exit(); } else { printf("the contents of dd are :\n"); temp=first; while(temp->rlink!=NULL) { printf("%d",temp->data); temp=temp->rlink; } } }


What doe the root temp mean?

"Temp" is an abbreviation for "temperature." The term "root temp" could refer to the basic or initial temperature of a system or environment from which changes are measured or compared.


What does a CH sticker on a car mean?

switzerland


What does K mean in temp?

Its KELVIN