who is first prime minister in india??
Answers were Sorted based on User's Feedback
what is dangling pointer?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
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.
What is difference between structure and union in c programming?
What is a null pointer in c?
Write a c program to demonstrate character and string constants?
List some of the dynamic data structures in C?
What is pragma in c?
What are bitwise shift operators in c programming?