Design an implement of the inputs functions for event mode
write a c-program to display the time using FOR loop
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?
Is the following code legal? typedef struct a { int x; aType *b; }aType
main() { int i=10; i=!i>14; Printf ("i=%d",i); }
String reverse with time complexity of n/2 with out using temporary variable.
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
how to concatenate the two strings
What is data _null_? ,Explain with code when u need to use it in data step programming ?
Write a program to receive an integer and find it's octal equivalent. How can i do with using while loop.
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"
How we print the table of 2 using for loop in c programing?