How do we declare variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to swap two nubers by using a function with pointers?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
What are multibyte characters?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
Why cant I open a file by its explicit path?
What is n in c?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is a method in c?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
List some basic data types in c?
what is the structure pointer?