when to use : in c program?
Answers were Sorted based on User's Feedback
What does 3 periods mean in texting?
How will you delete a node in DLL?
Explain how can I make sure that my program is the only one accessing a file?
Explain modulus operator. What are the restrictions of a modulus operator?
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
What are the different types of errors?
how write a addtion of two single dimensional array using of pointer in c language?
Which built-in library function can be used to match a patter from the string?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
What is sparse file?
Write a small C program to determine whether a machine's type is little-endian or big-endian.