What are examples of structures?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
write a c program for swapping two strings using pointer
tell me the full form of c?
Why & is used in scanf in c?
how to do in place reversal of a linked list(singly or doubly)?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
Why does notstrcat(string, "!");Work?
What are the different types of control structures?
i am using gsm modem ! I USE CMGL COMMAND TO DISPLAY THE LIST OF MESSAGES ! I WANT TO READ EACH MESSAGE ONE BY ONE AND GET EACH MESSAGE INDEX USING C PROGRAM ! THE RESPONSE OF THE MODULE AFTER AT+CMGL IS ---CMGL: 1,"REC READ","+85291234567",,"07/05/01,08:00:15+32",145,37 It is easy to list SMS text messages.---- I WANT THE PROGRAM TO GET THE NUMBER "37"{MESSAGE LENGTH} AS WELL AS "1"(MESSAGE INDEX NUMBER" PLEASE HELP