What is a string?
No Answer is Posted For this Question
Be the First to Post Answer
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
What is the purpose of sprintf?
Is that possible to add pointers to each other?
Explain what is the difference between far and near ?
What is c token?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
Why is the code below functioning. According to me it MUST NOT.
12345 1234 123 12 1
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is static memory allocation?
Where can I get an ansi-compatible lint?