What is a shell structure examples?
No Answer is Posted For this Question
Be the First to Post Answer
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are the concepts introduced in OOPs?
what are the interview question's in the language c
What are the types of data files?
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
Explain what are binary trees?
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
Explain how do you print only part of a string?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
What are identifiers in c?
What are Macros? What are its advantages and disadvantages?
Do string constants represent numerical values?