What are the 5 types of organizational structures?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know what is a programing language ?
explain what is an endless loop?
What is ponter?
Write a program to print ASCII code for a given digit.
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
wtite a program that will multiply two integers in recursion function
what is op? for(c=0;c=1000;c++) printf("%c",c);
Explain what does a function declared as pascal do differently?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
Explain how do you use a pointer to a function?
Difference between constant pointer and pointer to a constant.