void main()
{
int i;
char a[]="\0";
if(printf("%s\n",a))
printf("Ok here \n");
else
printf("Forget it\n");
}
Answer Posted / sunder.r
answewr: forget it
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']
write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??
Write a program to model an exploding firecracker in the xy plane using a particle system
How do you verify if the two sentences/phrases input is an anagram using predefined functions in string.h and by using arrays?
how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns
Develop a routine to reflect an object about an arbitrarily selected plane
Write a routine to implement the polymarker function
What is data _null_? ,Explain with code when u need to use it in data step programming ?
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange
Sir... please give some important coding questions asked by product companies..
Write a Program in 'C' To Insert a Unique Number Only. (Hint: Just Like a Primary Key Numbers In Database.) Please Some One Suggest Me a Better Solution for This question ??
What is full form of PEPSI
#include
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
why nlogn is the lower limit of any sort algorithm?