What is oops c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Can you please explain the difference between malloc() and calloc() function?

0 Answers  


What is indirection?

0 Answers  


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

0 Answers   Ignou, Microsoft,


If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


How does sizeof know array size?

0 Answers  






What is int main () in c?

0 Answers  


What is Heap?

3 Answers  


What are types of structure?

0 Answers  


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


What is #include in c?

0 Answers  


Explain a file operation in C with an example.

0 Answers   Amdocs,


What is null pointer in c?

0 Answers  


Categories