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
What is zero based addressing?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
How can I do peek and poke in c?
What does %p mean?
Write a program to print factorial of given number using recursion?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is the difference between local variable and global variable in c?
What is the value of c?
What is header file definition?
Are the outer parentheses in return statements really optional?
What do the functions atoi(), itoa() and gcvt() do?
Explain why c is faster than c++?
How to write a code for reverse of string without using string functions?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
List out few of the applications that make use of Multilinked Structures?