what is the format specifier for printing a pointer value?
No Answer is Posted For this Question
Be the First to Post Answer
difference between loading and linking
Write a program in C to convert date displayed in gregorian to julian date
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
What is sizeof c?
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
Write a program to implement queue.
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the argument of a function in c?
what is the self-referential structure?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
What is the code for 3 questions and answer check in VisualBasic.Net?
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?