struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
9 15757what is the output of the following program and explain the
answer
#include
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
2322design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
2 6106i want to have a program to read a string and print the frequency of each character and it should work in turbo c
3 9101
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
why do some people write if(0 == x) instead of if(x == 0)?
What is nested structure?
What does struct node * mean?
What is typedef struct in c?
Differentiate between a structure and a union.
What is use of pointer?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Explain the process of converting a Tree into a Binary Tree.
What is dangling pointer in c?
How many header files are in c?
What are # preprocessor operator in c?
In c language can we compile a program without main() function?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What are compound statements?