Do you know null pointer?
No Answer is Posted For this Question
Be the First to Post Answer
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
The variables are int sum=10,SuM=20; these are same or different?
what is the difference between declaration and definition of a variable or function ?
what is calloc and malloc?
What is the use of structure padding in c?
out put of printf(ā%dā,printf(ram));
Write a C program to convert an integer into a binary string?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
Write a program for finding factorial of a number.
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
what is diff between localstatic and globalstatis variable possible 2 use in another file...?