What is character constants?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between struct and union.
What is the difference between void main() and int main()?
What are actual arguments?
Explain Doubly Linked Lists?
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
What are the advantages of using linked list for tree construction?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
Can you write a programmer for FACTORIAL using recursion?
What is the difference between void main and main in c?
what is available in C language but not in C++?
10 Answers CTS, TCS,