What is && in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between null pointer and wild pointer?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
What is declaration and definition in c?
What is function prototype in c with example?
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
What is I ++ in c programming?
Explain how do you declare an array that will hold more than 64kb of data?
wat are the two methods for swapping two numbers without using temp variable??
when to use : in c program?
application attempts to perform an operation?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);