What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
please give me some tips for the placement in the TCS.
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
Write a C program to find the smallest of three integers, without using any of the comparision operators.
What is property type c?
Disadvantages of C language.
Where are the auto variables stored?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
write a programe to find the factorial of given number using recursion
What is difference between function overloading and operator overloading?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop