How is = symbol different from == symbol in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
How to write a code for reverse of string without using string functions?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
What is the difference between ‘g’ and “g” in C?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
What is quick sort in c?
What is the difference between a free-standing and a hosted environment?
#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?
Write code for atoi(x) where x is hexadecimal string.
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Is null a keyword in c?
why effort estimation is important?