What are the 5 organizational structures?
No Answer is Posted For this Question
Be the First to Post Answer
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is the use of a conditional inclusion statement in C?
Explain the difference between the local variable and global variable in c?
What are the average number of comparisons required to sort 3 elements?
Write a program in c to replace any vowel in a string with z?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Why doesnt long int work?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
Why is c so important?
what is the difference between malloc() and calloc() function?
Explain what are binary trees?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female