Difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
Is c is a high level language?
What is static memory allocation? Explain
HOW CAN ADD OUR FUNCTION IN LIBRARY.
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Write a program to swap two numbers without using the third variable?
Write a program that receives as input a number omaadel-n-print, four digits.
Can you please compare array with pointer?
When was c language developed?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
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
Difference between malloc() and calloc() function?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,