What are identifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between full, complete & perfect binary trees.
What is the size of enum in bytes?
Taking an example,differentiate b/w loader and linker ?
I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....
What is structure padding & expalain wid example what is bit wise structure?
Can we write a program without main() function?
The statement, int(*x[]) () what does in indicate?
without using arithmatic operator solve which number is greater??????????
Write a C program to print 1 2 3 ... 100 without using loops?
How do you determine the length of a string value that was stored in a variable?
Explain the use of #pragma exit?
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters