what is the format specifier for printing a pointer value?
No Answer is Posted For this Question
Be the First to Post Answer
When should you not use a type cast?
How can I access memory located at a certain address?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
What are the loops in c?
What are dangling pointers?
what do the 'c' and 'v' in argc and argv stand for?
wat are the two methods for swapping two numbers without using temp variable??
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
what is compiler
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
What are the advantages of external class?
What is difference between function overloading and operator overloading?