What are the types of macro formats?
No Answer is Posted For this Question
Be the First to Post Answer
what is pointer ?
10 Answers Kernex Micro Systems,
Differentiate between ordinary variable and pointer in c.
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
What is the difference between arrays and pointers?
main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.
What does s c mean in text?
Explain what is the purpose of "extern" keyword in a function declaration?
What is the memory allocated by the following definition ? int (*x)();
how to write optimum code to divide a 50 digit number with a 25 digit number??
Difference Between embedded software and soft ware?
What is FIFO?
What is the condition that is applied with ?: Operator?