What is difference between function overloading and operator overloading?
No Answer is Posted For this Question
Be the First to Post Answer
how can i get this by using for loop? * ** * **** * ******
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
In a byte, what is the maximum decimal number that you can accommodate?
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].
What is the difference between class and object in c?
Why do some versions of toupper act strangely if given an upper-case letter?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
Can the sizeof operator be used to tell the size of an array passed to a function?
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
What is maximum size of array in c?