How can I get the current date or time of day in a c program?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to copy the string using switch case?
Why cd or dvd are round why not square.
Concat two string with most overlapped substring has to remove "abcd"+ "cdef" = "abcdef
What is pass by reference in c?
What is variable and explain rules to declare variable in c?
With the help of using classes, write a program to add two numbers.
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
What is the scope of static variable in c?
what is the need for main function in c?
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.
3 Answers Google, Infosys, JTL, OpenFeel,
what is the difference between #include<> and #include”…”?
wat s the meaning of (int *)p +4;