What is n in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is multithreading possible in c?
What is the difference between typedef and #define?
What should malloc(0) do?
Can a pointer point to null?
Explain what are run-time errors?
What is the advantage of c?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
Can math operations be performed on a void pointer?
how to set Nth bit of a variable?
Between macros and functions,which is better to use and why?
what does ‘segmentation violation’ mean?