Do you know what are bitwise shift operators in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between call by value and call by reference in c language?
Define recursion in c.
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
how to reverse string "Hello World" by using pointers only. Without any temp var
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
write a program to remove occurrences the word from entered text?
What is modifier & how many types of modifiers available in c?
What is identifier in c?
In a header file whether functions are declared or defined?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
write a program to fined second smallest and largest element in a given series of elements (without sorting)
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM