what value is returned to operating system after program
execution?
Why is main function so important?
Explain what are binary trees?
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
what is a static function
What is string length in c?
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
what is event driven software and what is procedural driven software?
write a program to compare 2 numbers without using logical operators?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
How to print "I Love My India" without using semi colon?