Why can’t we compare structures?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of sprintf?
What does int main () mean?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What's the total generic pointer type?
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
why we need function pointers?
List a few unconditional control statement in c.
to find the closest pair
Who had beaten up hooligan "CHAKULI" in his early college days?
char ch="{'H','I',0};printf("%s",ch);what is output
How can I delete a file?