Explain what are linked list?
No Answer is Posted For this Question
Be the First to Post Answer
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
What are called c variables?
Write a program to show the change in position of a cursor using c
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
What is a keyword?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
What are predefined functions in c?
What are the preprocessors?
Explain what is the concatenation operator?
what are the difference between ANSI C and Let Us c and Turbo C
What is spaghetti programming?
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?