What are the types of unary operators?
No Answer is Posted For this Question
Be the First to Post Answer
What is the total generic pointer type?
can we write a c program with out using main
what is the associativity of bitwise OR operator?
What are the basic data types associated with c?
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
what is the difference between char * const and const char *?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
How do you determine if a string is a palindrome?
c program to compute AREA under integral
Write a program which returns the first non repetitive character in the string?