what does ‘#include’ mean?
Which are low level languages?
Can a variable be both constant and volatile?
Explain 'bus error'?
What is restrict keyword in c?
what is difference between ANSI structure and C99 Structure?
What are the types of bitwise operator?
What is masking?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
Which is better pointer or array?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is cohesion and coupling in c?
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.