Suggesting that there can be 62 seconds in a minute?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
What is a class c rental property?
What is the difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
can u give me the good and very optimised code for a car racing game?
Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?
Can we assign string to char pointer?
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.