Explain spaghetti programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is binary tree in c?
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
1 1 12 21 123 321 12344231 how i creat it with for loop??
Program to find largest of three numbers without using comparsion operator?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
How can I direct output to the printer?
Why do we use null pointer?
How is = symbol different from == symbol in c programming?
Two's compliment of -5
Can we increase size of array in c?
difference between spiral and waterfall model
How can my program discover the complete pathname to the executable from which it was invoked?