When should the register modifier be used? Does it really help?
No Answer is Posted For this Question
Be the First to Post Answer
how to print "hai" in c?
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 do u mean by Direct access files? then can u explain about Direct Access Files?
what is an inline fuction??
What functions are used for dynamic memory allocation in c language?
Can you think of a logic behind the game minesweeper.
Explain 'bus error'?
what is the hardware model of CFG( context free grammar)
can we declare a function in side the structure?
define c
What are the different types of C instructions?
Explain what is the benefit of using #define to declare a constant?