enum assigns numbers starting from 0, if not explicitly defined.
main() { float a = 5.375 ; char *p; int i; p = ( char* ) &a ; for ( i = 0; i <= 3 ; i++ ) printf ( " %02x ", (unsigned char ) p[i] ); }
The coding or scrambling of data so that humans cannot read them is known as encryption.
Size of any array in c cannot be constantan variable.
A function cannot be defined inside the another function, but a function can be called inside a another function.
We cannot use special character ? in the variable name.
Variable name can have only underscore.
SNOBOL is a high-level computer programming language used especially in manipulating textual data. It is mainly used for string operations and was developed between 1962 and 1967.
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.