What are the differences between new and malloc in C?
No Answer is Posted For this Question
Be the First to Post Answer
Why doesn't the code "a[i] = i++;" work?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
What is variable in c example?
what is use of loop?
What is the difference between typedef struct and struct?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
If input is 123 then how to print 100 and 20 and 3 seperately?
Explain logical errors? Compare with syntax errors.
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
Is a house a mass structure?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.