Do variables need to be initialized?
No Answer is Posted For this Question
Be the First to Post Answer
what is the advantage of software development
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
Are comments included during the compilation stage and placed in the EXE file as well?
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
plz answer..... a program that reads non-negative integer and computes and prints its factorial
what is Structural oriented language? give some example of this language.....?
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
How Many Header Files in c?
What is multidimensional arrays
A program to allow an input operand and operator from the operator and read on the display and output operand.
Define Spanning-Tree Protocol (STP)
What is the explanation for the dangling pointer in c?