find a number whether it is even or odd without using any control structures and relational operators?
22 31543can we print any string in c language without using semicolon(;)(terminator) in whole program.
11 20103do 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 3394How 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 21247let'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 12018
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is function pointer c?
how to capitalise first letter of each word in a given string?
What extern c means?
What is hashing in c language?
How can I change their mode to binary?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What are the characteristics of arrays in c?
i have a written test for microland please give me test pattern
find out largest elemant of diagonalmatrix
Which is better between malloc and calloc?
Why clrscr is used after variable declaration?
Is c compiled or interpreted?
Explain what standard functions are available to manipulate strings?
What is indirection?