find a number whether it is even or odd without using any control structures and relational operators?
22 32224can we print any string in c language without using semicolon(;)(terminator) in whole program.
11 20524do 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 3467How 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 21714let'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 12249
Can you please explain the difference between strcpy() and memcpy() function?
Distinguish between actual and formal arguments.
What is #line used for?
What is a function in c?
Which is best book for data structures in c?
Is c still relevant?
What is return type in c?
Are global variables static in c?
What is the collection of communication lines and routers called?
Can a pointer be null?
How can I pad a string to a known length?
Do you know pointer in c?
How can I handle floating-point exceptions gracefully?
Is python a c language?
How can you be sure that a program follows the ANSI C standard?