write a c program to input initial & final time in the
format hh:mm and find the time intervel between them? Ex
inputs are initial 06:30 final 00:05 and 23:22 final 22.30
No Answer is Posted For this Question
Be the First to Post Answer
write the function. if all the character in string B appear in string A, return true, otherwise return false.
main() { int a=10,*j; void *k; j=k=&a; j++; k++; printf("\n %u %u ",j,k); }
Who could write how to find a prime number in dynamic array?
Give a very good method to count the number of ones in a 32 bit number. (caution: looping through testing each bit is not a solution)
Link list in reverse order.
main() { char p[ ]="%d\n"; p[1] = 'c'; printf(p,65); }
Program to find the largest sum of contiguous integers in the array. O(n)
Write a routine to implement the polymarker function
4. Main() { Int i=3,j=2,c=0,m; m=i&&j||c&I; printf(“%d%d%d%d”,I,j,c,m); }
write a program in c to merge two array
int a=1; printf("%d %d %d",a++,a++,a); need o/p in 'c' and what explanation too
main() { printf("%x",-1<<4); }