Design an implement of the inputs functions for event mode


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Code Interview Questions

write a c-program to display the time using FOR loop

3 Answers   HCL,


Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like.

21 Answers   ABC, eBay, Goldman Sachs, Google, HUP, Microsoft, TATA,


How will u find whether a linked list has a loop or not?

8 Answers   Microsoft,


Is the following code legal? typedef struct a { int x; aType *b; }aType

1 Answers  


main() { int i=10; i=!i>14; Printf ("i=%d",i); }

1 Answers  


String reverse with time complexity of n/2 with out using temporary variable.

10 Answers   NetApp, Symantec,


main() { signed int bit=512, i=5; for(;i;i--) { printf("%d\n", bit >> (i - (i -1))); } } a. 512, 256, 0, 0, 0 b. 256, 256, 0, 0, 0 c. 512, 512, 512, 512, 512 d. 256, 256, 256, 256, 256

2 Answers   HCL,


how to concatenate the two strings

1 Answers  


What is data _null_? ,Explain with code when u need to use it in data step programming ?

0 Answers   Abbott,


Write a program to receive an integer and find it's octal equivalent. How can i do with using while loop.

2 Answers  


pls anyone can help me to write a code to print the values in words for any value.Example:1034 to print as "one thousand and thirty four only"

2 Answers  


How we print the table of 2 using for loop in c programing?

14 Answers   HCL, Wipro,


Categories