what are the languages used in c#?
Answers were Sorted based on User's Feedback
Explain the difference between malloc() and calloc() function?
What are dangling pointers? How are dangling pointers different from memory leaks?
WHAT IS INT?
what is void pointer?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
Explain the use of function toupper() with and example code?
What is the difference between i++ and i+1 ?(in terms of memory)
swap two integer variables without using a third temporary variable?
How old is c programming language?
How would you rename a function in C?
How will you allocate memory to a double pointer ?