find a number whether it is even or odd without using any control structures and relational operators?
22 32926can we print any string in c language without using semicolon(;)(terminator) in whole program.
11 20933do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
1 3548How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
12 22169let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
8 12499
i got 75% in all semester am i eligible for your company
What is a memory leak? How to avoid it?
what is the significance of static storage class specifier?
application attempts to perform an operation?
Explain void pointer?
What is indirection?
Can you subtract pointers from each other? Why would you?
Describe static function with its usage?
What Is The Difference Between Null And Void Pointer?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is the use of linkage in c language?
why do some people write if(0 == x) instead of if(x == 0)?
How can you read a directory in a C program?
What are different types of pointers?
What is a program?