how to find the size of the data type like int,float
without using the sizeof operator?
Answer Posted / abc
How can char * hold address of float????
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Write a program to print factorial of given number without using recursion?
What does. int *x[](); means ?
What is a static function in c?
How can you return multiple values from a function?
Explain about block scope in c?
Explain what’s a signal? Explain what do I use signals for?
Describe the header file and its usage in c programming?
What are inbuilt functions in c?
write a progrmm in c language take user interface generate table using for loop?
What are the 5 elements of structure?
What is #error and use of it?
What are qualifiers?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is difference between constant pointer and constant variable?
Are there namespaces in c?