Explain what is wrong with this statement? Myname = ?robin?;
No Answer is Posted For this Question
Be the First to Post Answer
Do pointers need to be initialized?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
difference between string and array?
How do I swap bytes?
Why can arithmetic operations not be performed on void pointers?
What is c basic?
different between overloading and overriding
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
What is the value of h?
What is the general form of function in c?
In C, What is the #line used for?
What is FIFO?