How can I discover how many arguments a function was actually called with?
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile variable in c with example?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
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
What are two dimensional arrays alternatively called as?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
What does the message "warning: macro replacement within a string literal" mean?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
what is meant by c
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
When c language was developed?