find a number whether it is even or odd without using any control structures and relational operators?
22 28256can we print any string in c language without using semicolon(;)(terminator) in whole program.
11 18165do 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 3087How 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 19708let'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 11053
Is c call by value?
How can I make it pause before closing the program output window?
What does the c preprocessor do?
What is a pointer value and address in c?
How we can insert comments in a c program?
What is structure data type in c?
What is difference between scanf and gets?
What is nested structure with example?
What is %g in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Do array subscripts always start with zero?
What are the different file extensions involved when programming in C?
What is masking?