What is a null pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Which sorting algorithm is the best?
How can I delete a file?
If fflush wont work, what can I use to flush input?
What is calloc in c?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
mplementation of stack using any programing language
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
How do I use strcmp?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
#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,