find a number whether it is even or odd without using any control structures and relational operators?
22 26997can we print any string in c language without using semicolon(;)(terminator) in whole program.
11 17559do 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 2926How 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 19206let'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 10641
What is the use of a ‘’ character?
What is the use of header files?
Why is sizeof () an operator and not a function?
int i=10; printf("%d %d %d", i, i=20, i);
How are pointers declared in c?
Why C language is a procedural language?
What is the purpose of realloc()?
Is the exit() function same as the return statement? Explain.
What are the salient features of c languages?
praagnovation
Difference between macros and inline functions? Can a function be forced as inline?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What the different types of arrays in c?
Where can I get an ansi-compatible lint?
Why is c platform dependent?