What is restrict keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { float a=3.2e40; printf("%d",a); }
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
how to reverse string "Hello World" by using pointers only. Without any temp var
What are reserved words?
What is difference between Structure and Unions?
Can a variable be both static and volatile in c?
difference between malloc and calloc
How can I get back to the interactive keyboard if stdin is redirected?
What is the difference between void main and main in c?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
how do we remove the printed character in printf statement and write next it it