What does p mean in physics?
No Answer is Posted For this Question
Be the First to Post Answer
wat is the difference between array and pointer?
Why is structure padding done in c?
without a terminator how can we print a message in a printf () function.
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is undefined behavior?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
write function to reverse char array ... without using second array
What’s the special use of UNIONS?
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
Why c is a procedural language?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
write a program structure to find average of given number