why we wont use '&' sing in aceesing the string using scanf
No Answer is Posted For this Question
Be the First to Post Answer
Why pointers are used?
Write a c program to print the sizes and ranges of different data types in c?
how can i get this by using for loop? * ** * **** * ******
What is a dynamic array in c?
What is typedf?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.
What are the storage classes in C?
How to find the usage of memory in a c program
What will be your course of action for a push operation?
what is the size of an integer variable?