An entire structure variable can be assigned to another
structure variable if __________
Answers were Sorted based on User's Feedback
Answer / ullas
if it is of same type... i.e struct stu s1,s1; s1=s2;
Is This Answer Correct ? | 52 Yes | 3 No |
Answer / guest
you have overloaded the assignment operator and in that you
have copied each member variable.
Is This Answer Correct ? | 25 Yes | 9 No |
Answer / pakash
#3 ithink this one is apropriate answer if no read books for the anser
Is This Answer Correct ? | 5 Yes | 0 No |
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Why c is a procedural language?
What is the purpose of void pointer?
Explain how do you search data in a data file using random access method?
how to get starting address of a running C program
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is break statement?
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
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
Can the curly brackets { } be used to enclose a single line of code?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,