What is include directive in c?
difference between native and cross compilers
Explain how can I manipulate strings of multibyte characters?
What is the difference between printf and scanf )?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
Why is c called "mother" language?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Which function in C can be used to append a string to another string?
What is period operator in c?
all c language question
what is the difference between declaration and definition of a variable or function ?
differnce between do and do while