Tell me with an example the self-referential structure?
No Answer is Posted For this Question
Be the First to Post Answer
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What are c preprocessors?
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
What is a struct c#?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
What is typeof in c?
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
What is adt in c programming?
What is the relation between # and include<stdio.h>