Why is c platform dependent?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find out prime number using sieve case?
code for copying two strings with out strcpy() function.
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
How does sizeof know array size?
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.
What is the use of sizeof?
Where are the auto variables stored?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is equivalent to ++i+++j?
Difference between goto, long jmp() and setjmp()?
What is %d called in c?