Answer Posted / rukmanee
a=.83
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
a c code by using memory allocation for add ,multiply of sprase matrixes
What is data type long in c?
regarding pointers concept
Explain why C language is procedural?
Why does everyone say not to use scanf? What should I use instead?
Why shouldn’t I start variable names with underscores?
What is the use of typedef in c?
Explain c preprocessor?
What is default value of global variable in c?
Why is sizeof () an operator and not a function?
What is pragma in c?
Write a program to swap two numbers without using a temporary variable?
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
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Explain how can type-insensitive macros be created?