How can I implement a delay, or time a users response, with sub-second resolution?
C program to find frequency of each character in a text file?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
How can you dynamically allocate memory in C?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
If the size of int data type is two bytes, what is the range of signed int data type?
Write a code to generate divisors of an integer?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What are the types of data files?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
write a prgram of swapping with 2 valiables
write a program to generate address labels using structures?