how to find the sizof of any datatype using bit manipulations
Answer Posted / niranjan kumar niraj
int sizeOf();
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Define macros.
How to throw some light on the b tree?
Describe explain how arrays can be passed to a user defined function
Describe the order of precedence with regards to operators in C.
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Can we declare variable anywhere in c?
What are pointers?
Difference between strcpy() and memcpy() function?
What are external variables in c?
Can a pointer be null?
What is difference between static and global variable in c?
If I have a char * variable pointing to the name of a function ..
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
how to execute a program using if else condition and the output should enter number and the number is odd only...