find a number whether it is even or odd without using any control structures and relational operators?
22 28216can we print any string in c language without using semicolon(;)(terminator) in whole program.
11 18152do 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 3078How 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 19696let'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 11040
What is wild pointer in c with example?
What is the difference between strcpy() and memcpy() function in c programming?
Write a program to print ASCII code for a given digit.
Explain setjmp()?
How many levels of pointers have?
What is the correct code to have following output in c using nested for loop?
explain how do you use macro?
Is null valid for pointers to functions?
What is the difference between the local variable and global variable in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Why dont c comments nest?
What is "Hungarian Notation"?
How can I call a function with an argument list built up at run time?
What is a volatile keyword in c?
What is the usage of the pointer in c?