find a number whether it is even or odd without using any control structures and relational operators?
22 32221can we print any string in c language without using semicolon(;)(terminator) in whole program.
11 20514do 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 3465How 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 21710let'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
Not all reserved words are written in lowercase. TRUE or FALSE?
What is the difference between abs() and fabs() functions?
What are the types of assignment statements?
Write a program to check whether a number is prime or not using c?
Are the outer parentheses in return statements really optional?
Can we use visual studio for c?
what are the advantages of a macro over a function?
Difference between strcpy() and memcpy() function?
Add Two Numbers Without Using the Addition Operator
What are 'near' and 'far' pointers?
Why isnt there a numbered, multi-level break statement to break out
What is an lvalue?
Give basis knowledge of web designing ...
Is c is a high level language?
Can you add pointers together? Why would you?